Html Css Color HEX #C71A02 Free Speech Red

📋 copy color: '#C71A02'

red 199 ◦ green 26 ◦ blue 2

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

Shades of Free Speech Red #C71A02

Tints of Free Speech Red #C71A02

RGB

 RED value IS 199 (78.13% from 255) = 87.67%

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

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

R = 87.67%
G = 11.45%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C71A02 (or 0xC71A02) is known color: Free Speech Red. HEX triplet: C7, 1A and 02. RGB value is (199,26,2). Sum of RGB (Red+Green+Blue) = 199+26+2=227 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.67% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71A02 is #38E5FD. Grayscale: #4B4B4B. Windows color (decimal): -3728894 or 137927. OLE color: 137927.

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

Color convert

RGB 199 26 2 -
CMYK 0 0.87 0.99 0.22
HSL 7.31º 0.98% 0.39% -
HSV(B) 7.31º 0.99% 0.78% -
XYZ 23.93 12.89 1.28 -
YUV 74.99 86.81 216.45 -
System Red Green Blue C M Y K H S L
Decimal 199 26 2 0 0.87 0.99 0.22 7.31 0.98 0.39
Hex C7 1A 2 0 57 63 16 7 62 27
Octal 307 32 2 0 127 143 26 7 142 47
Binary 11000111 11010 10 0 1010111 1100011 10110 111 1100010 100111

Color Harmonies of #C71A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71A02

Black with #C71A02

Text Example


Text Example

White with #C71A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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