Html Css Color HEX #C30402 Free Speech Red

📋 copy color: '#C30402'

red 195 ◦ green 4 ◦ blue 2

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

Shades of Free Speech Red #C30402

Tints of Free Speech Red #C30402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 97.01%
G = 1.99%
B = 1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C30402 (or 0xC30402) is known color: Free Speech Red. HEX triplet: C3, 04 and 02. RGB value is (195,4,2). Sum of RGB (Red+Green+Blue) = 195+4+2=201 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.01% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 195 - color contains mainly: red. Hex color #C30402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30402 is #3CFBFD. Grayscale: #3D3D3D. Windows color (decimal): -3996670 or 132291. OLE color: 132291.

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

Color convert

RGB 195 4 2 -
CMYK 0 0.98 0.99 0.24
HSL 0.62º 0.98% 0.39% -
HSV(B) 0.62º 0.99% 0.76% -
XYZ 22.56 11.69 1.13 -
YUV 60.88 94.78 223.66 -
System Red Green Blue C M Y K H S L
Decimal 195 4 2 0 0.98 0.99 0.24 0.62 0.98 0.39
Hex C3 4 2 0 62 63 18 1 62 27
Octal 303 4 2 0 142 143 30 1 142 47
Binary 11000011 100 10 0 1100010 1100011 11000 1 1100010 100111

Color Harmonies of #C30402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30402

Black with #C30402

Text Example


Text Example

White with #C30402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30402; }

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

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

background-color css

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

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

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

border-color css

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

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

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