Html Css Color HEX #CE0600 Free Speech Red

📋 copy color: '#CE0600'

red 206 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #CE0600

Tints of Free Speech Red #CE0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

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

R = 97.17%
G = 2.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE0600 (or 0xCE0600) is known color: Free Speech Red. HEX triplet: CE, 06 and 00. RGB value is (206,6,0). Sum of RGB (Red+Green+Blue) = 206+6+0=212 (28% of max value = 765). Red value is 206 (80.86% from 255 or 97.17% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0600 is #31F9FF. Grayscale: #414141. Windows color (decimal): -3275264 or 1742. OLE color: 1742.

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

Color convert

RGB 206 6 0 -
CMYK 0 0.97 1 0.19
HSL 1.75º 1% 0.4% -
HSV(B) 1.75º 1% 0.81% -
XYZ 25.52 13.25 1.21 -
YUV 65.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 206 6 0 0 0.97 1 0.19 1.75 1 0.4
Hex CE 6 0 0 61 64 13 2 64 28
Octal 316 6 0 0 141 144 23 2 144 50
Binary 11001110 110 0 0 1100001 1100100 10011 10 1100100 101000

Color Harmonies of #CE0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0600

Black with #CE0600

Text Example


Text Example

White with #CE0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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