Html Css Color HEX #CF0505 Free Speech Red

📋 copy color: '#CF0505'

red 207 ◦ green 5 ◦ blue 5

#CF0505
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #CF0505

Tints of Free Speech Red #CF0505

RGB

 RED value IS 207 (81.25% from 255) = 95.39%

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 95.39%
G = 2.3%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF0505 (or 0xCF0505) is known color: Free Speech Red. HEX triplet: CF, 05 and 05. RGB value is (207,5,5). Sum of RGB (Red+Green+Blue) = 207+5+5=217 (28% of max value = 765). Red value is 207 (81.25% from 255 or 95.39% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0505 is #30FAFA. Grayscale: #414141. Windows color (decimal): -3209979 or 329167. OLE color: 329167.

HSL color Cylindrical-coordinate representation of color #CF0505: hue angle of 0º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 5 -
CMYK 0 0.98 0.98 0.19
HSL 0.95% 0.42% -
HSV(B) 0.98% 0.81% -
XYZ 25.81 13.38 1.37 -
YUV 65.4 93.92 229 -
System Red Green Blue C M Y K H S L
Decimal 207 5 5 0 0.98 0.98 0.19 0 0.95 0.42
Hex CF 5 5 0 62 62 13 0 5F 2A
Octal 317 5 5 0 142 142 23 0 137 52
Binary 11001111 101 101 0 1100010 1100010 10011 0 1011111 101010

Color Harmonies of #CF0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0505

Black with #CF0505

Text Example


Text Example

White with #CF0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0505; }

 p { color: rgb(207,5,5); }

 H1.HeaderClassName
 {
   color: #CF0505;
 }
 .AnyTagClassName
 {
   color: #CF0505;
 }
</style>

background-color css

<style>
 a { background-color: #CF0505; }

 a { background-color: rgb(207,5,5); }

 div.DivClassName
 {
   background-color: #CF0505;
 }
 .BgClassName
 {
   background-color: #CF0505;
 }
</style>

border-color css

<style>
 span { border-color: #CF0505; }

 span { border-color: rgb(207,5,5); }

 td.TdClassName
 {
   border-color: #CF0505;
 }
 .TagClassName
 {
   border-color: #CF0505;
 }
</style>