Html Css Color HEX #CE0302 Free Speech Red

📋 copy color: '#CE0302'

red 206 ◦ green 3 ◦ blue 2

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

Shades of Free Speech Red #CE0302

Tints of Free Speech Red #CE0302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 97.63%
G = 1.42%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE0302 (or 0xCE0302) is known color: Free Speech Red. HEX triplet: CE, 03 and 02. RGB value is (206,3,2). Sum of RGB (Red+Green+Blue) = 206+3+2=211 (27% of max value = 765). Red value is 206 (80.86% from 255 or 97.63% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0302 is #31FCFD. Grayscale: #3F3F3F. Windows color (decimal): -3276030 or 132046. OLE color: 132046.

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

Color convert

RGB 206 3 2 -
CMYK 0 0.99 0.99 0.19
HSL 0.29º 0.98% 0.41% -
HSV(B) 0.29º 0.99% 0.81% -
XYZ 25.5 13.19 1.26 -
YUV 63.58 93.25 229.58 -
System Red Green Blue C M Y K H S L
Decimal 206 3 2 0 0.99 0.99 0.19 0.29 0.98 0.41
Hex CE 3 2 0 63 63 13 0 62 29
Octal 316 3 2 0 143 143 23 0 142 51
Binary 11001110 11 10 0 1100011 1100011 10011 0 1100010 101001

Color Harmonies of #CE0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0302

Black with #CE0302

Text Example


Text Example

White with #CE0302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0302; }

 p { color: rgb(206,3,2); }

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

background-color css

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

 a { background-color: rgb(206,3,2); }

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

border-color css

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

 span { border-color: rgb(206,3,2); }

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