Html Css Color HEX #CE0E04 Free Speech Red

📋 copy color: '#CE0E04'

red 206 ◦ green 14 ◦ blue 4

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

Shades of Free Speech Red #CE0E04

Tints of Free Speech Red #CE0E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 91.96%
G = 6.25%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE0E04 (or 0xCE0E04) is known color: Free Speech Red. HEX triplet: CE, 0E and 04. RGB value is (206,14,4). Sum of RGB (Red+Green+Blue) = 206+14+4=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0E04 is #31F1FB. Grayscale: #464646. Windows color (decimal): -3273212 or 265934. OLE color: 265934.

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

Color convert

RGB 206 14 4 -
CMYK 0 0.93 0.98 0.19
HSL 2.97º 0.96% 0.41% -
HSV(B) 2.97º 0.98% 0.81% -
XYZ 25.63 13.44 1.36 -
YUV 70.27 90.61 224.81 -
System Red Green Blue C M Y K H S L
Decimal 206 14 4 0 0.93 0.98 0.19 2.97 0.96 0.41
Hex CE E 4 0 5D 62 13 3 60 29
Octal 316 16 4 0 135 142 23 3 140 51
Binary 11001110 1110 100 0 1011101 1100010 10011 11 1100000 101001

Color Harmonies of #CE0E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E04

Black with #CE0E04

Text Example


Text Example

White with #CE0E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E04; }

 p { color: rgb(206,14,4); }

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

background-color css

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

 a { background-color: rgb(206,14,4); }

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

border-color css

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

 span { border-color: rgb(206,14,4); }

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