Html Css Color HEX #C30602 Free Speech Red

📋 copy color: '#C30602'

red 195 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #C30602

Tints of Free Speech Red #C30602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

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

R = 96.06%
G = 2.96%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C30602 (or 0xC30602) is known color: Free Speech Red. HEX triplet: C3, 06 and 02. RGB value is (195,6,2). Sum of RGB (Red+Green+Blue) = 195+6+2=203 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.06% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 195 - color contains mainly: red. Hex color #C30602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30602 is #3CF9FD. Grayscale: #3E3E3E. Windows color (decimal): -3996158 or 132803. OLE color: 132803.

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

Color convert

RGB 195 6 2 -
CMYK 0 0.97 0.99 0.24
HSL 1.24º 0.98% 0.39% -
HSV(B) 1.24º 0.99% 0.76% -
XYZ 22.58 11.74 1.13 -
YUV 62.06 94.12 222.83 -
System Red Green Blue C M Y K H S L
Decimal 195 6 2 0 0.97 0.99 0.24 1.24 0.98 0.39
Hex C3 6 2 0 61 63 18 1 62 27
Octal 303 6 2 0 141 143 30 1 142 47
Binary 11000011 110 10 0 1100001 1100011 11000 1 1100010 100111

Color Harmonies of #C30602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30602

Black with #C30602

Text Example


Text Example

White with #C30602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30602; }

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

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

background-color css

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

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

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

border-color css

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

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

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