Html Css Color HEX #C30A06 Free Speech Red

📋 copy color: '#C30A06'

red 195 ◦ green 10 ◦ blue 6

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

Shades of Free Speech Red #C30A06

Tints of Free Speech Red #C30A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

 BLUE value IS 6 (2.73% from 255) = 2.84%

R = 92.42%
G = 4.74%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C30A06 (or 0xC30A06) is known color: Free Speech Red. HEX triplet: C3, 0A and 06. RGB value is (195,10,6). Sum of RGB (Red+Green+Blue) = 195+10+6=211 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.42% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30A06 is #3CF5F9. Grayscale: #414141. Windows color (decimal): -3995130 or 395971. OLE color: 395971.

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

Color convert

RGB 195 10 6 -
CMYK 0 0.95 0.97 0.24
HSL 1.27º 0.94% 0.39% -
HSV(B) 1.27º 0.97% 0.76% -
XYZ 22.65 11.83 1.26 -
YUV 64.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 195 10 6 0 0.95 0.97 0.24 1.27 0.94 0.39
Hex C3 A 6 0 5F 61 18 1 5E 27
Octal 303 12 6 0 137 141 30 1 136 47
Binary 11000011 1010 110 0 1011111 1100001 11000 1 1011110 100111

Color Harmonies of #C30A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A06

Black with #C30A06

Text Example


Text Example

White with #C30A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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