Html Css Color HEX #CF0D05 Free Speech Red

📋 copy color: '#CF0D05'

red 207 ◦ green 13 ◦ blue 5

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

Shades of Free Speech Red #CF0D05

Tints of Free Speech Red #CF0D05

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

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

R = 92%
G = 5.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF0D05 (or 0xCF0D05) is known color: Free Speech Red. HEX triplet: CF, 0D and 05. RGB value is (207,13,5). Sum of RGB (Red+Green+Blue) = 207+13+5=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0D05 is #30F2FA. Grayscale: #464646. Windows color (decimal): -3207931 or 331215. OLE color: 331215.

HSL color Cylindrical-coordinate representation of color #CF0D05: hue angle of 2.38º 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 #CF0D05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 5 -
CMYK 0 0.94 0.98 0.19
HSL 2.38º 0.95% 0.42% -
HSV(B) 2.38º 0.98% 0.81% -
XYZ 25.9 13.56 1.4 -
YUV 70.09 91.27 225.65 -
System Red Green Blue C M Y K H S L
Decimal 207 13 5 0 0.94 0.98 0.19 2.38 0.95 0.42
Hex CF D 5 0 5E 62 13 2 5F 2A
Octal 317 15 5 0 136 142 23 2 137 52
Binary 11001111 1101 101 0 1011110 1100010 10011 10 1011111 101010

Color Harmonies of #CF0D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D05

Black with #CF0D05

Text Example


Text Example

White with #CF0D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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