Html Css Color HEX #C51002 Free Speech Red

📋 copy color: '#C51002'

red 197 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #C51002

Tints of Free Speech Red #C51002

RGB

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

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

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

R = 91.63%
G = 7.44%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C51002 (or 0xC51002) is known color: Free Speech Red. HEX triplet: C5, 10 and 02. RGB value is (197,16,2). Sum of RGB (Red+Green+Blue) = 197+16+2=215 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.63% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 197 - color contains mainly: red. Hex color #C51002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51002 is #3AEFFD. Grayscale: #444444. Windows color (decimal): -3862526 or 135365. OLE color: 135365.

HSL color Cylindrical-coordinate representation of color #C51002: hue angle of 4.31º 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 #C51002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 2 -
CMYK 0 0.92 0.99 0.23
HSL 4.31º 0.98% 0.39% -
HSV(B) 4.31º 0.99% 0.77% -
XYZ 23.22 12.25 1.2 -
YUV 68.52 90.47 219.64 -
System Red Green Blue C M Y K H S L
Decimal 197 16 2 0 0.92 0.99 0.23 4.31 0.98 0.39
Hex C5 10 2 0 5C 63 17 4 62 27
Octal 305 20 2 0 134 143 27 4 142 47
Binary 11000101 10000 10 0 1011100 1100011 10111 100 1100010 100111

Color Harmonies of #C51002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51002

Black with #C51002

Text Example


Text Example

White with #C51002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51002; }

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

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

background-color css

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

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

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

border-color css

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

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

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