Html Css Color HEX #C51003 Free Speech Red

📋 copy color: '#C51003'

red 197 ◦ green 16 ◦ blue 3

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

Shades of Free Speech Red #C51003

Tints of Free Speech Red #C51003

RGB

 RED value IS 197 (77.34% from 255) = 91.2%

 GREEN value IS 16 (6.64% from 255) = 7.41%

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

R = 91.2%
G = 7.41%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C51003 (or 0xC51003) is known color: Free Speech Red. HEX triplet: C5, 10 and 03. RGB value is (197,16,3). Sum of RGB (Red+Green+Blue) = 197+16+3=216 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.20% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 197 - color contains mainly: red. Hex color #C51003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51003 is #3AEFFC. Grayscale: #444444. Windows color (decimal): -3862525 or 200901. OLE color: 200901.

HSL color Cylindrical-coordinate representation of color #C51003: hue angle of 4.02º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C51003 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 3 -
CMYK 0 0.92 0.98 0.23
HSL 4.02º 0.97% 0.39% -
HSV(B) 4.02º 0.98% 0.77% -
XYZ 23.23 12.25 1.23 -
YUV 68.64 90.97 219.56 -
System Red Green Blue C M Y K H S L
Decimal 197 16 3 0 0.92 0.98 0.23 4.02 0.97 0.39
Hex C5 10 3 0 5C 62 17 4 61 27
Octal 305 20 3 0 134 142 27 4 141 47
Binary 11000101 10000 11 0 1011100 1100010 10111 100 1100001 100111

Color Harmonies of #C51003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51003

Black with #C51003

Text Example


Text Example

White with #C51003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51003; }

 p { color: rgb(197,16,3); }

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

background-color css

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

 a { background-color: rgb(197,16,3); }

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

border-color css

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

 span { border-color: rgb(197,16,3); }

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