Html Css Color HEX #C21309 Free Speech Red

📋 copy color: '#C21309'

red 194 ◦ green 19 ◦ blue 9

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

Shades of Free Speech Red #C21309

Tints of Free Speech Red #C21309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 87.39%
G = 8.56%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C21309 (or 0xC21309) is known color: Free Speech Red. HEX triplet: C2, 13 and 09. RGB value is (194,19,9). Sum of RGB (Red+Green+Blue) = 194+19+9=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C21309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21309 is #3DECF6. Grayscale: #464646. Windows color (decimal): -4058359 or 594882. OLE color: 594882.

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

Color convert

RGB 194 19 9 -
CMYK 0 0.90 0.95 0.24
HSL 3.24º 0.91% 0.4% -
HSV(B) 3.24º 0.95% 0.76% -
XYZ 22.53 11.95 1.38 -
YUV 70.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 194 19 9 0 0.90 0.95 0.24 3.24 0.91 0.4
Hex C2 13 9 0 5A 5F 18 3 5B 28
Octal 302 23 11 0 132 137 30 3 133 50
Binary 11000010 10011 1001 0 1011010 1011111 11000 11 1011011 101000

Color Harmonies of #C21309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21309

Black with #C21309

Text Example


Text Example

White with #C21309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21309; }

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

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

background-color css

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

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

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

border-color css

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

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

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