Html Css Color HEX #C31302 Free Speech Red

📋 copy color: '#C31302'

red 195 ◦ green 19 ◦ blue 2

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

Shades of Free Speech Red #C31302

Tints of Free Speech Red #C31302

RGB

 RED value IS 195 (76.56% from 255) = 90.28%

 GREEN value IS 19 (7.81% from 255) = 8.8%

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

R = 90.28%
G = 8.8%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C31302 (or 0xC31302) is known color: Free Speech Red. HEX triplet: C3, 13 and 02. RGB value is (195,19,2). Sum of RGB (Red+Green+Blue) = 195+19+2=216 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.28% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 195 - color contains mainly: red. Hex color #C31302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31302 is #3CECFD. Grayscale: #454545. Windows color (decimal): -3992830 or 136131. OLE color: 136131.

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

Color convert

RGB 195 19 2 -
CMYK 0 0.90 0.99 0.24
HSL 5.28º 0.98% 0.39% -
HSV(B) 5.28º 0.99% 0.76% -
XYZ 22.75 12.07 1.19 -
YUV 69.69 89.81 217.38 -
System Red Green Blue C M Y K H S L
Decimal 195 19 2 0 0.90 0.99 0.24 5.28 0.98 0.39
Hex C3 13 2 0 5A 63 18 5 62 27
Octal 303 23 2 0 132 143 30 5 142 47
Binary 11000011 10011 10 0 1011010 1100011 11000 101 1100010 100111

Color Harmonies of #C31302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31302

Black with #C31302

Text Example


Text Example

White with #C31302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31302; }

 p { color: rgb(195,19,2); }

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

background-color css

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

 a { background-color: rgb(195,19,2); }

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

border-color css

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

 span { border-color: rgb(195,19,2); }

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