Html Css Color HEX #C21509 Free Speech Red

📋 copy color: '#C21509'

red 194 ◦ green 21 ◦ blue 9

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

Shades of Free Speech Red #C21509

Tints of Free Speech Red #C21509

RGB

 RED value IS 194 (76.17% from 255) = 86.61%

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 9 (3.91% from 255) = 4.02%

R = 86.61%
G = 9.38%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C21509 (or 0xC21509) is known color: Free Speech Red. HEX triplet: C2, 15 and 09. RGB value is (194,21,9). Sum of RGB (Red+Green+Blue) = 194+21+9=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C21509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21509 is #3DEAF6. Grayscale: #474747. Windows color (decimal): -4057847 or 595394. OLE color: 595394.

HSL color Cylindrical-coordinate representation of color #C21509: hue angle of 3.89º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C21509 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 9 -
CMYK 0 0.89 0.95 0.24
HSL 3.89º 0.91% 0.4% -
HSV(B) 3.89º 0.95% 0.76% -
XYZ 22.57 12.03 1.39 -
YUV 71.36 92.81 215.48 -
System Red Green Blue C M Y K H S L
Decimal 194 21 9 0 0.89 0.95 0.24 3.89 0.91 0.4
Hex C2 15 9 0 59 5F 18 4 5B 28
Octal 302 25 11 0 131 137 30 4 133 50
Binary 11000010 10101 1001 0 1011001 1011111 11000 100 1011011 101000

Color Harmonies of #C21509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21509

Black with #C21509

Text Example


Text Example

White with #C21509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21509; }

 p { color: rgb(194,21,9); }

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

background-color css

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

 a { background-color: rgb(194,21,9); }

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

border-color css

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

 span { border-color: rgb(194,21,9); }

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