Html Css Color HEX #CE0F0C Free Speech Red

📋 copy color: '#CE0F0C'

red 206 ◦ green 15 ◦ blue 12

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

Shades of Free Speech Red #CE0F0C

Tints of Free Speech Red #CE0F0C

RGB

 RED value IS 206 (80.86% from 255) = 88.41%

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

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 88.41%
G = 6.44%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE0F0C (or 0xCE0F0C) is known color: Free Speech Red. HEX triplet: CE, 0F and 0C. RGB value is (206,15,12). Sum of RGB (Red+Green+Blue) = 206+15+12=233 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.41% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0F0C is #31F0F3. Grayscale: #474747. Windows color (decimal): -3272948 or 790478. OLE color: 790478.

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

Color convert

RGB 206 15 12 -
CMYK 0 0.93 0.94 0.19
HSL 0.93º 0.89% 0.43% -
HSV(B) 0.93º 0.94% 0.81% -
XYZ 25.69 13.49 1.6 -
YUV 71.77 94.28 223.74 -
System Red Green Blue C M Y K H S L
Decimal 206 15 12 0 0.93 0.94 0.19 0.93 0.89 0.43
Hex CE F C 0 5D 5E 13 1 59 2B
Octal 316 17 14 0 135 136 23 1 131 53
Binary 11001110 1111 1100 0 1011101 1011110 10011 1 1011001 101011

Color Harmonies of #CE0F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F0C

Black with #CE0F0C

Text Example


Text Example

White with #CE0F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F0C; }

 p { color: rgb(206,15,12); }

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

background-color css

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

 a { background-color: rgb(206,15,12); }

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

border-color css

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

 span { border-color: rgb(206,15,12); }

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