Html Css Color HEX #C71402 Free Speech Red

📋 copy color: '#C71402'

red 199 ◦ green 20 ◦ blue 2

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

Shades of Free Speech Red #C71402

Tints of Free Speech Red #C71402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 90.05%
G = 9.05%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C71402 (or 0xC71402) is known color: Free Speech Red. HEX triplet: C7, 14 and 02. RGB value is (199,20,2). Sum of RGB (Red+Green+Blue) = 199+20+2=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C71402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71402 is #38EBFD. Grayscale: #474747. Windows color (decimal): -3730430 or 136391. OLE color: 136391.

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

Color convert

RGB 199 20 2 -
CMYK 0 0.90 0.99 0.22
HSL 5.48º 0.98% 0.39% -
HSV(B) 5.48º 0.99% 0.78% -
XYZ 23.81 12.65 1.24 -
YUV 71.47 88.8 218.96 -
System Red Green Blue C M Y K H S L
Decimal 199 20 2 0 0.90 0.99 0.22 5.48 0.98 0.39
Hex C7 14 2 0 5A 63 16 5 62 27
Octal 307 24 2 0 132 143 26 5 142 47
Binary 11000111 10100 10 0 1011010 1100011 10110 101 1100010 100111

Color Harmonies of #C71402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71402

Black with #C71402

Text Example


Text Example

White with #C71402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71402; }

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

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

background-color css

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

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

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

border-color css

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

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

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