Html Css Color HEX #C0213E Cardinal

📋 copy color: '#C0213E'

red 192 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #C0213E

Tints of Cardinal #C0213E

RGB

 RED value IS 192 (75.39% from 255) = 66.9%

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 66.9%
G = 11.5%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0213E (or 0xC0213E) is known color: Cardinal. HEX triplet: C0, 21 and 3E. RGB value is (192,33,62). Sum of RGB (Red+Green+Blue) = 192+33+62=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0213E is #3FDEC1. Grayscale: #535353. Windows color (decimal): -4185794 or 4071872. OLE color: 4071872.

HSL color Cylindrical-coordinate representation of color #C0213E: hue angle of 349.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0213E is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 62 -
CMYK 0 0.83 0.68 0.25
HSL 349.06º 0.71% 0.44% -
HSV(B) 349.06º 0.83% 0.75% -
XYZ 23.15 12.64 5.78 -
YUV 83.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 192 33 62 0 0.83 0.68 0.25 349.06 0.71 0.44
Hex C0 21 3E 0 53 44 19 15D 47 2C
Octal 300 41 76 0 123 104 31 535 107 54
Binary 11000000 100001 111110 0 1010011 1000100 11001 101011101 1000111 101100

Color Harmonies of #C0213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0213E

Black with #C0213E

Text Example


Text Example

White with #C0213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0213E; }

 p { color: rgb(192,33,62); }

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

background-color css

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

 a { background-color: rgb(192,33,62); }

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

border-color css

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

 span { border-color: rgb(192,33,62); }

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