Html Css Color HEX #CF1409 Free Speech Red

📋 copy color: '#CF1409'

red 207 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #CF1409

Tints of Free Speech Red #CF1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.47%

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 87.71%
G = 8.47%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF1409 (or 0xCF1409) is known color: Free Speech Red. HEX triplet: CF, 14 and 09. RGB value is (207,20,9). Sum of RGB (Red+Green+Blue) = 207+20+9=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1409 is #30EBF6. Grayscale: #4A4A4A. Windows color (decimal): -3206135 or 595151. OLE color: 595151.

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

Color convert

RGB 207 20 9 -
CMYK 0 0.90 0.96 0.19
HSL 3.33º 0.92% 0.42% -
HSV(B) 3.33º 0.96% 0.81% -
XYZ 26.03 13.79 1.55 -
YUV 74.66 90.95 222.39 -
System Red Green Blue C M Y K H S L
Decimal 207 20 9 0 0.90 0.96 0.19 3.33 0.92 0.42
Hex CF 14 9 0 5A 60 13 3 5C 2A
Octal 317 24 11 0 132 140 23 3 134 52
Binary 11001111 10100 1001 0 1011010 1100000 10011 11 1011100 101010

Color Harmonies of #CF1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1409

Black with #CF1409

Text Example


Text Example

White with #CF1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1409; }

 p { color: rgb(207,20,9); }

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

background-color css

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

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

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

border-color css

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

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

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