Html Css Color HEX #C30F03 Free Speech Red

📋 copy color: '#C30F03'

red 195 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #C30F03

Tints of Free Speech Red #C30F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.41%

R = 91.55%
G = 7.04%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30F03 (or 0xC30F03) is known color: Free Speech Red. HEX triplet: C3, 0F and 03. RGB value is (195,15,3). Sum of RGB (Red+Green+Blue) = 195+15+3=213 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.55% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30F03 is #3CF0FC. Grayscale: #434343. Windows color (decimal): -3993853 or 200643. OLE color: 200643.

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

Color convert

RGB 195 15 3 -
CMYK 0 0.92 0.98 0.24
HSL 3.75º 0.97% 0.39% -
HSV(B) 3.75º 0.98% 0.76% -
XYZ 22.69 11.95 1.2 -
YUV 67.45 91.63 218.98 -
System Red Green Blue C M Y K H S L
Decimal 195 15 3 0 0.92 0.98 0.24 3.75 0.97 0.39
Hex C3 F 3 0 5C 62 18 4 61 27
Octal 303 17 3 0 134 142 30 4 141 47
Binary 11000011 1111 11 0 1011100 1100010 11000 100 1100001 100111

Color Harmonies of #C30F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F03

Black with #C30F03

Text Example


Text Example

White with #C30F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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