Html Css Color HEX #C30504 Free Speech Red

📋 copy color: '#C30504'

red 195 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #C30504

Tints of Free Speech Red #C30504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 95.59%
G = 2.45%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30504 (or 0xC30504) is known color: Free Speech Red. HEX triplet: C3, 05 and 04. RGB value is (195,5,4). Sum of RGB (Red+Green+Blue) = 195+5+4=204 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.59% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 195 - color contains mainly: red. Hex color #C30504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30504 is #3CFAFB. Grayscale: #3D3D3D. Windows color (decimal): -3996412 or 263619. OLE color: 263619.

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

Color convert

RGB 195 5 4 -
CMYK 0 0.97 0.98 0.24
HSL 0.31º 0.96% 0.39% -
HSV(B) 0.31º 0.98% 0.76% -
XYZ 22.58 11.72 1.19 -
YUV 61.7 95.45 223.08 -
System Red Green Blue C M Y K H S L
Decimal 195 5 4 0 0.97 0.98 0.24 0.31 0.96 0.39
Hex C3 5 4 0 61 62 18 0 60 27
Octal 303 5 4 0 141 142 30 0 140 47
Binary 11000011 101 100 0 1100001 1100010 11000 0 1100000 100111

Color Harmonies of #C30504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30504

Black with #C30504

Text Example


Text Example

White with #C30504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30504; }

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

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

background-color css

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

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

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

border-color css

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

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

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