Html Css Color HEX #C30603 Free Speech Red

📋 copy color: '#C30603'

red 195 ◦ green 6 ◦ blue 3

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

Shades of Free Speech Red #C30603

Tints of Free Speech Red #C30603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 95.59%
G = 2.94%
B = 1.47%

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

#C30603 (or 0xC30603) is known color: Free Speech Red. HEX triplet: C3, 06 and 03. RGB value is (195,6,3). Sum of RGB (Red+Green+Blue) = 195+6+3=204 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.59% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 195 - color contains mainly: red. Hex color #C30603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30603 is #3CF9FC. Grayscale: #3E3E3E. Windows color (decimal): -3996157 or 198339. OLE color: 198339.

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

Color convert

RGB 195 6 3 -
CMYK 0 0.97 0.98 0.24
HSL 0.94º 0.97% 0.39% -
HSV(B) 0.94º 0.98% 0.76% -
XYZ 22.59 11.74 1.16 -
YUV 62.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 195 6 3 0 0.97 0.98 0.24 0.94 0.97 0.39
Hex C3 6 3 0 61 62 18 1 61 27
Octal 303 6 3 0 141 142 30 1 141 47
Binary 11000011 110 11 0 1100001 1100010 11000 1 1100001 100111

Color Harmonies of #C30603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30603

Black with #C30603

Text Example


Text Example

White with #C30603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30603; }

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

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

background-color css

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

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

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

border-color css

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

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

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