Html Css Color HEX #C41A02 Free Speech Red

📋 copy color: '#C41A02'

red 196 ◦ green 26 ◦ blue 2

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

Shades of Free Speech Red #C41A02

Tints of Free Speech Red #C41A02

RGB

 RED value IS 196 (76.95% from 255) = 87.5%

 GREEN value IS 26 (10.55% from 255) = 11.61%

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

R = 87.5%
G = 11.61%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C41A02 (or 0xC41A02) is known color: Free Speech Red. HEX triplet: C4, 1A and 02. RGB value is (196,26,2). Sum of RGB (Red+Green+Blue) = 196+26+2=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A02 is #3BE5FD. Grayscale: #4A4A4A. Windows color (decimal): -3925502 or 137924. OLE color: 137924.

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

Color convert

RGB 196 26 2 -
CMYK 0 0.87 0.99 0.23
HSL 7.42º 0.98% 0.39% -
HSV(B) 7.42º 0.99% 0.77% -
XYZ 23.15 12.48 1.25 -
YUV 74.09 87.32 214.95 -
System Red Green Blue C M Y K H S L
Decimal 196 26 2 0 0.87 0.99 0.23 7.42 0.98 0.39
Hex C4 1A 2 0 57 63 17 7 62 27
Octal 304 32 2 0 127 143 27 7 142 47
Binary 11000100 11010 10 0 1010111 1100011 10111 111 1100010 100111

Color Harmonies of #C41A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A02

Black with #C41A02

Text Example


Text Example

White with #C41A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A02; }

 p { color: rgb(196,26,2); }

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

background-color css

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

 a { background-color: rgb(196,26,2); }

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

border-color css

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

 span { border-color: rgb(196,26,2); }

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