Html Css Color HEX #C91505 Free Speech Red

📋 copy color: '#C91505'

red 201 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #C91505

Tints of Free Speech Red #C91505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 88.55%
G = 9.25%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C91505 (or 0xC91505) is known color: Free Speech Red. HEX triplet: C9, 15 and 05. RGB value is (201,21,5). Sum of RGB (Red+Green+Blue) = 201+21+5=227 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.55% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 201 - color contains mainly: red. Hex color #C91505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91505 is #36EAFA. Grayscale: #494949. Windows color (decimal): -3599099 or 333257. OLE color: 333257.

HSL color Cylindrical-coordinate representation of color #C91505: hue angle of 4.9º 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 #C91505 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 5 -
CMYK 0 0.90 0.98 0.21
HSL 4.9º 0.95% 0.4% -
HSV(B) 4.9º 0.98% 0.79% -
XYZ 24.38 12.96 1.36 -
YUV 73 89.63 219.3 -
System Red Green Blue C M Y K H S L
Decimal 201 21 5 0 0.90 0.98 0.21 4.9 0.95 0.4
Hex C9 15 5 0 5A 62 15 5 5F 28
Octal 311 25 5 0 132 142 25 5 137 50
Binary 11001001 10101 101 0 1011010 1100010 10101 101 1011111 101000

Color Harmonies of #C91505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91505

Black with #C91505

Text Example


Text Example

White with #C91505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91505; }

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

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

background-color css

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

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

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

border-color css

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

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

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