Html Css Color HEX #C30905 Free Speech Red

📋 copy color: '#C30905'

red 195 ◦ green 9 ◦ blue 5

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

Shades of Free Speech Red #C30905

Tints of Free Speech Red #C30905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 93.3%
G = 4.31%
B = 2.39%

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

#C30905 (or 0xC30905) is known color: Free Speech Red. HEX triplet: C3, 09 and 05. RGB value is (195,9,5). Sum of RGB (Red+Green+Blue) = 195+9+5=209 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.30% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 195 - color contains mainly: red. Hex color #C30905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30905 is #3CF6FA. Grayscale: #404040. Windows color (decimal): -3995387 or 330179. OLE color: 330179.

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

Color convert

RGB 195 9 5 -
CMYK 0 0.95 0.97 0.24
HSL 1.26º 0.95% 0.39% -
HSV(B) 1.26º 0.97% 0.76% -
XYZ 22.63 11.81 1.23 -
YUV 64.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 195 9 5 0 0.95 0.97 0.24 1.26 0.95 0.39
Hex C3 9 5 0 5F 61 18 1 5F 27
Octal 303 11 5 0 137 141 30 1 137 47
Binary 11000011 1001 101 0 1011111 1100001 11000 1 1011111 100111

Color Harmonies of #C30905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30905

Black with #C30905

Text Example


Text Example

White with #C30905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30905; }

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

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

background-color css

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

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

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

border-color css

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

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

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