Html Css Color HEX #C30F08 Free Speech Red

📋 copy color: '#C30F08'

red 195 ◦ green 15 ◦ blue 8

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

Shades of Free Speech Red #C30F08

Tints of Free Speech Red #C30F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

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

R = 89.45%
G = 6.88%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C30F08 (or 0xC30F08) is known color: Free Speech Red. HEX triplet: C3, 0F and 08. RGB value is (195,15,8). Sum of RGB (Red+Green+Blue) = 195+15+8=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30F08 is #3CF0F7. Grayscale: #444444. Windows color (decimal): -3993848 or 528323. OLE color: 528323.

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

Color convert

RGB 195 15 8 -
CMYK 0 0.92 0.96 0.24
HSL 2.25º 0.92% 0.4% -
HSV(B) 2.25º 0.96% 0.76% -
XYZ 22.72 11.96 1.34 -
YUV 68.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 195 15 8 0 0.92 0.96 0.24 2.25 0.92 0.4
Hex C3 F 8 0 5C 60 18 2 5C 28
Octal 303 17 10 0 134 140 30 2 134 50
Binary 11000011 1111 1000 0 1011100 1100000 11000 10 1011100 101000

Color Harmonies of #C30F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F08

Black with #C30F08

Text Example


Text Example

White with #C30F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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