Html Css Color HEX #C30B06 Free Speech Red

📋 copy color: '#C30B06'

red 195 ◦ green 11 ◦ blue 6

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

Shades of Free Speech Red #C30B06

Tints of Free Speech Red #C30B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.19%

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

R = 91.98%
G = 5.19%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C30B06 (or 0xC30B06) is known color: Free Speech Red. HEX triplet: C3, 0B and 06. RGB value is (195,11,6). Sum of RGB (Red+Green+Blue) = 195+11+6=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B06 is #3CF4F9. Grayscale: #414141. Windows color (decimal): -3994874 or 396227. OLE color: 396227.

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

Color convert

RGB 195 11 6 -
CMYK 0 0.94 0.97 0.24
HSL 1.59º 0.94% 0.39% -
HSV(B) 1.59º 0.97% 0.76% -
XYZ 22.66 11.85 1.27 -
YUV 65.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 195 11 6 0 0.94 0.97 0.24 1.59 0.94 0.39
Hex C3 B 6 0 5E 61 18 2 5E 27
Octal 303 13 6 0 136 141 30 2 136 47
Binary 11000011 1011 110 0 1011110 1100001 11000 10 1011110 100111

Color Harmonies of #C30B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B06

Black with #C30B06

Text Example


Text Example

White with #C30B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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