Html Css Color HEX #CE130A Free Speech Red

📋 copy color: '#CE130A'

red 206 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #CE130A

Tints of Free Speech Red #CE130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 87.66%
G = 8.09%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE130A (or 0xCE130A) is known color: Free Speech Red. HEX triplet: CE, 13 and 0A. RGB value is (206,19,10). Sum of RGB (Red+Green+Blue) = 206+19+10=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE130A is #31ECF5. Grayscale: #4A4A4A. Windows color (decimal): -3271926 or 660430. OLE color: 660430.

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

Color convert

RGB 206 19 10 -
CMYK 0 0.91 0.95 0.19
HSL 2.76º 0.91% 0.42% -
HSV(B) 2.76º 0.95% 0.81% -
XYZ 25.74 13.61 1.56 -
YUV 73.89 91.95 222.23 -
System Red Green Blue C M Y K H S L
Decimal 206 19 10 0 0.91 0.95 0.19 2.76 0.91 0.42
Hex CE 13 A 0 5B 5F 13 3 5B 2A
Octal 316 23 12 0 133 137 23 3 133 52
Binary 11001110 10011 1010 0 1011011 1011111 10011 11 1011011 101010

Color Harmonies of #CE130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE130A

Black with #CE130A

Text Example


Text Example

White with #CE130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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