Html Css Color HEX #C30B04 Free Speech Red

📋 copy color: '#C30B04'

red 195 ◦ green 11 ◦ blue 4

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

Shades of Free Speech Red #C30B04

Tints of Free Speech Red #C30B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 92.86%
G = 5.24%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30B04 (or 0xC30B04) is known color: Free Speech Red. HEX triplet: C3, 0B and 04. RGB value is (195,11,4). Sum of RGB (Red+Green+Blue) = 195+11+4=210 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.86% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B04 is #3CF4FB. Grayscale: #414141. Windows color (decimal): -3994876 or 265155. OLE color: 265155.

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

Color convert

RGB 195 11 4 -
CMYK 0 0.94 0.98 0.24
HSL 2.2º 0.96% 0.39% -
HSV(B) 2.2º 0.98% 0.76% -
XYZ 22.65 11.85 1.21 -
YUV 65.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 195 11 4 0 0.94 0.98 0.24 2.2 0.96 0.39
Hex C3 B 4 0 5E 62 18 2 60 27
Octal 303 13 4 0 136 142 30 2 140 47
Binary 11000011 1011 100 0 1011110 1100010 11000 10 1100000 100111

Color Harmonies of #C30B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B04

Black with #C30B04

Text Example


Text Example

White with #C30B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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