Html Css Color HEX #C30908 Free Speech Red

📋 copy color: '#C30908'

red 195 ◦ green 9 ◦ blue 8

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

Shades of Free Speech Red #C30908

Tints of Free Speech Red #C30908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.77%

R = 91.98%
G = 4.25%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C30908 (or 0xC30908) is known color: Free Speech Red. HEX triplet: C3, 09 and 08. RGB value is (195,9,8). Sum of RGB (Red+Green+Blue) = 195+9+8=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C30908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30908 is #3CF6F7. Grayscale: #404040. Windows color (decimal): -3995384 or 526787. OLE color: 526787.

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

Color convert

RGB 195 9 8 -
CMYK 0 0.95 0.96 0.24
HSL 0.32º 0.92% 0.4% -
HSV(B) 0.32º 0.96% 0.76% -
XYZ 22.65 11.82 1.32 -
YUV 64.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 195 9 8 0 0.95 0.96 0.24 0.32 0.92 0.4
Hex C3 9 8 0 5F 60 18 0 5C 28
Octal 303 11 10 0 137 140 30 0 134 50
Binary 11000011 1001 1000 0 1011111 1100000 11000 0 1011100 101000

Color Harmonies of #C30908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30908

Black with #C30908

Text Example


Text Example

White with #C30908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30908; }

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

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

background-color css

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

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

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

border-color css

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

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

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