Html Css Color HEX #C51602 Free Speech Red

📋 copy color: '#C51602'

red 197 ◦ green 22 ◦ blue 2

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

Shades of Free Speech Red #C51602

Tints of Free Speech Red #C51602

RGB

 RED value IS 197 (77.34% from 255) = 89.14%

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 89.14%
G = 9.95%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C51602 (or 0xC51602) is known color: Free Speech Red. HEX triplet: C5, 16 and 02. RGB value is (197,22,2). Sum of RGB (Red+Green+Blue) = 197+22+2=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C51602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51602 is #3AE9FD. Grayscale: #484848. Windows color (decimal): -3860990 or 136901. OLE color: 136901.

HSL color Cylindrical-coordinate representation of color #C51602: hue angle of 6.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C51602 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 2 -
CMYK 0 0.89 0.99 0.23
HSL 6.15º 0.98% 0.39% -
HSV(B) 6.15º 0.99% 0.77% -
XYZ 23.32 12.45 1.23 -
YUV 72.05 88.48 217.13 -
System Red Green Blue C M Y K H S L
Decimal 197 22 2 0 0.89 0.99 0.23 6.15 0.98 0.39
Hex C5 16 2 0 59 63 17 6 62 27
Octal 305 26 2 0 131 143 27 6 142 47
Binary 11000101 10110 10 0 1011001 1100011 10111 110 1100010 100111

Color Harmonies of #C51602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51602

Black with #C51602

Text Example


Text Example

White with #C51602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51602; }

 p { color: rgb(197,22,2); }

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

background-color css

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

 a { background-color: rgb(197,22,2); }

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

border-color css

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

 span { border-color: rgb(197,22,2); }

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