Html Css Color HEX #CE1300 Free Speech Red

📋 copy color: '#CE1300'

red 206 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #CE1300

Tints of Free Speech Red #CE1300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.56%
G = 8.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE1300 (or 0xCE1300) is known color: Free Speech Red. HEX triplet: CE, 13 and 00. RGB value is (206,19,0). Sum of RGB (Red+Green+Blue) = 206+19+0=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1300 is #31ECFF. Grayscale: #494949. Windows color (decimal): -3271936 or 5070. OLE color: 5070.

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

Color convert

RGB 206 19 0 -
CMYK 0 0.91 1 0.19
HSL 5.53º 1% 0.4% -
HSV(B) 5.53º 1% 0.81% -
XYZ 25.69 13.59 1.27 -
YUV 72.75 86.95 223.04 -
System Red Green Blue C M Y K H S L
Decimal 206 19 0 0 0.91 1 0.19 5.53 1 0.4
Hex CE 13 0 0 5B 64 13 6 64 28
Octal 316 23 0 0 133 144 23 6 144 50
Binary 11001110 10011 0 0 1011011 1100100 10011 110 1100100 101000

Color Harmonies of #CE1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1300

Black with #CE1300

Text Example


Text Example

White with #CE1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1300; }

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

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

background-color css

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

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

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

border-color css

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

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

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