Html Css Color HEX #CE130C Free Speech Red

📋 copy color: '#CE130C'

red 206 ◦ green 19 ◦ blue 12

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

Shades of Free Speech Red #CE130C

Tints of Free Speech Red #CE130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 86.92%
G = 8.02%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE130C (or 0xCE130C) is known color: Free Speech Red. HEX triplet: CE, 13 and 0C. RGB value is (206,19,12). Sum of RGB (Red+Green+Blue) = 206+19+12=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE130C is #31ECF3. Grayscale: #4A4A4A. Windows color (decimal): -3271924 or 791502. OLE color: 791502.

HSL color Cylindrical-coordinate representation of color #CE130C: hue angle of 2.16º 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 #CE130C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 12 -
CMYK 0 0.91 0.94 0.19
HSL 2.16º 0.89% 0.43% -
HSV(B) 2.16º 0.94% 0.81% -
XYZ 25.75 13.61 1.62 -
YUV 74.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 206 19 12 0 0.91 0.94 0.19 2.16 0.89 0.43
Hex CE 13 C 0 5B 5E 13 2 59 2B
Octal 316 23 14 0 133 136 23 2 131 53
Binary 11001110 10011 1100 0 1011011 1011110 10011 10 1011001 101011

Color Harmonies of #CE130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE130C

Black with #CE130C

Text Example


Text Example

White with #CE130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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