Html Css Color HEX #C30802 Free Speech Red

📋 copy color: '#C30802'

red 195 ◦ green 8 ◦ blue 2

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

Shades of Free Speech Red #C30802

Tints of Free Speech Red #C30802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 95.12%
G = 3.9%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C30802 (or 0xC30802) is known color: Free Speech Red. HEX triplet: C3, 08 and 02. RGB value is (195,8,2). Sum of RGB (Red+Green+Blue) = 195+8+2=205 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.12% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 195 - color contains mainly: red. Hex color #C30802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30802 is #3CF7FD. Grayscale: #3F3F3F. Windows color (decimal): -3995646 or 133315. OLE color: 133315.

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

Color convert

RGB 195 8 2 -
CMYK 0 0.96 0.99 0.24
HSL 1.87º 0.98% 0.39% -
HSV(B) 1.87º 0.99% 0.76% -
XYZ 22.6 11.78 1.14 -
YUV 63.23 93.45 221.99 -
System Red Green Blue C M Y K H S L
Decimal 195 8 2 0 0.96 0.99 0.24 1.87 0.98 0.39
Hex C3 8 2 0 60 63 18 2 62 27
Octal 303 10 2 0 140 143 30 2 142 47
Binary 11000011 1000 10 0 1100000 1100011 11000 10 1100010 100111

Color Harmonies of #C30802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30802

Black with #C30802

Text Example


Text Example

White with #C30802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30802; }

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

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

background-color css

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

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

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

border-color css

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

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

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