Html Css Color HEX #C90C05 Free Speech Red

📋 copy color: '#C90C05'

red 201 ◦ green 12 ◦ blue 5

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

Shades of Free Speech Red #C90C05

Tints of Free Speech Red #C90C05

RGB

 RED value IS 201 (78.91% from 255) = 92.2%

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 92.2%
G = 5.5%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C90C05 (or 0xC90C05) is known color: Free Speech Red. HEX triplet: C9, 0C and 05. RGB value is (201,12,5). Sum of RGB (Red+Green+Blue) = 201+12+5=218 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.20% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90C05 is #36F3FA. Grayscale: #434343. Windows color (decimal): -3601403 or 330953. OLE color: 330953.

HSL color Cylindrical-coordinate representation of color #C90C05: hue angle of 2.14º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90C05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 5 -
CMYK 0 0.94 0.98 0.21
HSL 2.14º 0.95% 0.4% -
HSV(B) 2.14º 0.98% 0.79% -
XYZ 24.25 12.69 1.32 -
YUV 67.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 201 12 5 0 0.94 0.98 0.21 2.14 0.95 0.4
Hex C9 C 5 0 5E 62 15 2 5F 28
Octal 311 14 5 0 136 142 25 2 137 50
Binary 11001001 1100 101 0 1011110 1100010 10101 10 1011111 101000

Color Harmonies of #C90C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C05

Black with #C90C05

Text Example


Text Example

White with #C90C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C05; }

 p { color: rgb(201,12,5); }

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

background-color css

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

 a { background-color: rgb(201,12,5); }

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

border-color css

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

 span { border-color: rgb(201,12,5); }

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