Html Css Color HEX #C50D03 Free Speech Red

📋 copy color: '#C50D03'

red 197 ◦ green 13 ◦ blue 3

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

Shades of Free Speech Red #C50D03

Tints of Free Speech Red #C50D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.1%

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

R = 92.49%
G = 6.1%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50D03 (or 0xC50D03) is known color: Free Speech Red. HEX triplet: C5, 0D and 03. RGB value is (197,13,3). Sum of RGB (Red+Green+Blue) = 197+13+3=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50D03 is #3AF2FC. Grayscale: #434343. Windows color (decimal): -3863293 or 200133. OLE color: 200133.

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

Color convert

RGB 197 13 3 -
CMYK 0 0.93 0.98 0.23
HSL 3.09º 0.97% 0.39% -
HSV(B) 3.09º 0.98% 0.77% -
XYZ 23.19 12.16 1.21 -
YUV 66.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 197 13 3 0 0.93 0.98 0.23 3.09 0.97 0.39
Hex C5 D 3 0 5D 62 17 3 61 27
Octal 305 15 3 0 135 142 27 3 141 47
Binary 11000101 1101 11 0 1011101 1100010 10111 11 1100001 100111

Color Harmonies of #C50D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D03

Black with #C50D03

Text Example


Text Example

White with #C50D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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