Html Css Color HEX #CF1200 Free Speech Red

📋 copy color: '#CF1200'

red 207 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #CF1200

Tints of Free Speech Red #CF1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92%
G = 8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF1200 (or 0xCF1200) is known color: Free Speech Red. HEX triplet: CF, 12 and 00. RGB value is (207,18,0). Sum of RGB (Red+Green+Blue) = 207+18+0=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1200 is #30EDFF. Grayscale: #484848. Windows color (decimal): -3206656 or 4815. OLE color: 4815.

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

Color convert

RGB 207 18 0 -
CMYK 0 0.91 1 0.19
HSL 5.22º 1% 0.41% -
HSV(B) 5.22º 1% 0.81% -
XYZ 25.95 13.7 1.28 -
YUV 72.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 207 18 0 0 0.91 1 0.19 5.22 1 0.41
Hex CF 12 0 0 5B 64 13 5 64 29
Octal 317 22 0 0 133 144 23 5 144 51
Binary 11001111 10010 0 0 1011011 1100100 10011 101 1100100 101001

Color Harmonies of #CF1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1200

Black with #CF1200

Text Example


Text Example

White with #CF1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1200; }

 p { color: rgb(207,18,0); }

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

background-color css

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

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

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

border-color css

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

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

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