Html Css Color HEX #CF0F0E Free Speech Red

📋 copy color: '#CF0F0E'

red 207 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #CF0F0E

Tints of Free Speech Red #CF0F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 87.71%
G = 6.36%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF0F0E (or 0xCF0F0E) is known color: Free Speech Red. HEX triplet: CF, 0F and 0E. RGB value is (207,15,14). Sum of RGB (Red+Green+Blue) = 207+15+14=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F0E is #30F0F1. Grayscale: #484848. Windows color (decimal): -3207410 or 921551. OLE color: 921551.

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

Color convert

RGB 207 15 14 -
CMYK 0 0.93 0.93 0.19
HSL 0.31º 0.87% 0.43% -
HSV(B) 0.31º 0.93% 0.81% -
XYZ 25.98 13.64 1.68 -
YUV 72.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 207 15 14 0 0.93 0.93 0.19 0.31 0.87 0.43
Hex CF F E 0 5D 5D 13 0 57 2B
Octal 317 17 16 0 135 135 23 0 127 53
Binary 11001111 1111 1110 0 1011101 1011101 10011 0 1010111 101011

Color Harmonies of #CF0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F0E

Black with #CF0F0E

Text Example


Text Example

White with #CF0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F0E; }

 p { color: rgb(207,15,14); }

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

background-color css

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

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

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

border-color css

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

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

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