Html Css Color HEX #C20938 Cardinal

📋 copy color: '#C20938'

red 194 ◦ green 9 ◦ blue 56

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

Shades of Cardinal #C20938

Tints of Cardinal #C20938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 74.9%
G = 3.47%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20938 (or 0xC20938) is known color: Cardinal. HEX triplet: C2, 09 and 38. RGB value is (194,9,56). Sum of RGB (Red+Green+Blue) = 194+9+56=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C20938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20938 is #3DF6C7. Grayscale: #454545. Windows color (decimal): -4060872 or 3672514. OLE color: 3672514.

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

Color convert

RGB 194 9 56 -
CMYK 0 0.95 0.71 0.24
HSL 344.76º 0.91% 0.4% -
HSV(B) 344.76º 0.95% 0.76% -
XYZ 23.06 11.95 4.83 -
YUV 69.67 120.29 216.68 -
System Red Green Blue C M Y K H S L
Decimal 194 9 56 0 0.95 0.71 0.24 344.76 0.91 0.4
Hex C2 9 38 0 5F 47 18 159 5B 28
Octal 302 11 70 0 137 107 30 531 133 50
Binary 11000010 1001 111000 0 1011111 1000111 11000 101011001 1011011 101000

Color Harmonies of #C20938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20938

Black with #C20938

Text Example


Text Example

White with #C20938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20938; }

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

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

background-color css

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

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

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

border-color css

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

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

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