Html Css Color HEX #C30E03 Free Speech Red

📋 copy color: '#C30E03'

red 195 ◦ green 14 ◦ blue 3

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

Shades of Free Speech Red #C30E03

Tints of Free Speech Red #C30E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.6%

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 91.98%
G = 6.6%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30E03 (or 0xC30E03) is known color: Free Speech Red. HEX triplet: C3, 0E and 03. RGB value is (195,14,3). Sum of RGB (Red+Green+Blue) = 195+14+3=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30E03 is #3CF1FC. Grayscale: #434343. Windows color (decimal): -3994109 or 200387. OLE color: 200387.

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

Color convert

RGB 195 14 3 -
CMYK 0 0.93 0.98 0.24
HSL 3.44º 0.97% 0.39% -
HSV(B) 3.44º 0.98% 0.76% -
XYZ 22.68 11.92 1.19 -
YUV 66.87 91.97 219.39 -
System Red Green Blue C M Y K H S L
Decimal 195 14 3 0 0.93 0.98 0.24 3.44 0.97 0.39
Hex C3 E 3 0 5D 62 18 3 61 27
Octal 303 16 3 0 135 142 30 3 141 47
Binary 11000011 1110 11 0 1011101 1100010 11000 11 1100001 100111

Color Harmonies of #C30E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E03

Black with #C30E03

Text Example


Text Example

White with #C30E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E03; }

 p { color: rgb(195,14,3); }

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

background-color css

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

 a { background-color: rgb(195,14,3); }

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

border-color css

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

 span { border-color: rgb(195,14,3); }

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