Html Css Color HEX #CE100D Free Speech Red

📋 copy color: '#CE100D'

red 206 ◦ green 16 ◦ blue 13

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

Shades of Free Speech Red #CE100D

Tints of Free Speech Red #CE100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 87.66%
G = 6.81%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE100D (or 0xCE100D) is known color: Free Speech Red. HEX triplet: CE, 10 and 0D. RGB value is (206,16,13). Sum of RGB (Red+Green+Blue) = 206+16+13=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE100D is #31EFF2. Grayscale: #484848. Windows color (decimal): -3272691 or 856270. OLE color: 856270.

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

Color convert

RGB 206 16 13 -
CMYK 0 0.92 0.94 0.19
HSL 0.93º 0.88% 0.43% -
HSV(B) 0.93º 0.94% 0.81% -
XYZ 25.71 13.52 1.64 -
YUV 72.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 206 16 13 0 0.92 0.94 0.19 0.93 0.88 0.43
Hex CE 10 D 0 5C 5E 13 1 58 2B
Octal 316 20 15 0 134 136 23 1 130 53
Binary 11001110 10000 1101 0 1011100 1011110 10011 1 1011000 101011

Color Harmonies of #CE100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE100D

Black with #CE100D

Text Example


Text Example

White with #CE100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE100D; }

 p { color: rgb(206,16,13); }

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

background-color css

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

 a { background-color: rgb(206,16,13); }

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

border-color css

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

 span { border-color: rgb(206,16,13); }

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