Html Css Color HEX #C0212D Cardinal

📋 copy color: '#C0212D'

red 192 ◦ green 33 ◦ blue 45

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

Shades of Cardinal #C0212D

Tints of Cardinal #C0212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 71.11%
G = 12.22%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0212D (or 0xC0212D) is known color: Cardinal. HEX triplet: C0, 21 and 2D. RGB value is (192,33,45). Sum of RGB (Red+Green+Blue) = 192+33+45=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0212D is #3FDED2. Grayscale: #525252. Windows color (decimal): -4185811 or 2957760. OLE color: 2957760.

HSL color Cylindrical-coordinate representation of color #C0212D: hue angle of 355.47º 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 #C0212D is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 45 -
CMYK 0 0.83 0.77 0.25
HSL 355.47º 0.71% 0.44% -
HSV(B) 355.47º 0.83% 0.75% -
XYZ 22.76 12.48 3.69 -
YUV 81.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 192 33 45 0 0.83 0.77 0.25 355.47 0.71 0.44
Hex C0 21 2D 0 53 4D 19 163 47 2C
Octal 300 41 55 0 123 115 31 543 107 54
Binary 11000000 100001 101101 0 1010011 1001101 11001 101100011 1000111 101100

Color Harmonies of #C0212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0212D

Black with #C0212D

Text Example


Text Example

White with #C0212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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