Html Css Color HEX #C50D02 Free Speech Red

📋 copy color: '#C50D02'

red 197 ◦ green 13 ◦ blue 2

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

Shades of Free Speech Red #C50D02

Tints of Free Speech Red #C50D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 92.92%
G = 6.13%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C50D02 (or 0xC50D02) is known color: Free Speech Red. HEX triplet: C5, 0D and 02. RGB value is (197,13,2). Sum of RGB (Red+Green+Blue) = 197+13+2=212 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.92% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50D02 is #3AF2FD. Grayscale: #424242. Windows color (decimal): -3863294 or 134597. OLE color: 134597.

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

Color convert

RGB 197 13 2 -
CMYK 0 0.93 0.99 0.23
HSL 3.38º 0.98% 0.39% -
HSV(B) 3.38º 0.99% 0.77% -
XYZ 23.18 12.16 1.18 -
YUV 66.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 197 13 2 0 0.93 0.99 0.23 3.38 0.98 0.39
Hex C5 D 2 0 5D 63 17 3 62 27
Octal 305 15 2 0 135 143 27 3 142 47
Binary 11000101 1101 10 0 1011101 1100011 10111 11 1100010 100111

Color Harmonies of #C50D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D02

Black with #C50D02

Text Example


Text Example

White with #C50D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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