Html Css Color HEX #D0213E Cardinal

📋 copy color: '#D0213E'

red 208 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #D0213E

Tints of Cardinal #D0213E

RGB

 RED value IS 208 (81.64% from 255) = 68.65%

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

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

R = 68.65%
G = 10.89%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0213E (or 0xD0213E) is known color: Cardinal. HEX triplet: D0, 21 and 3E. RGB value is (208,33,62). Sum of RGB (Red+Green+Blue) = 208+33+62=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0213E is #2FDEC1. Grayscale: #585858. Windows color (decimal): -3137218 or 4071888. OLE color: 4071888.

HSL color Cylindrical-coordinate representation of color #D0213E: hue angle of 350.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0213E is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 62 -
CMYK 0 0.84 0.70 0.18
HSL 350.06º 0.73% 0.47% -
HSV(B) 350.06º 0.84% 0.82% -
XYZ 27.43 14.85 5.98 -
YUV 88.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 208 33 62 0 0.84 0.70 0.18 350.06 0.73 0.47
Hex D0 21 3E 0 54 46 12 15E 49 2F
Octal 320 41 76 0 124 106 22 536 111 57
Binary 11010000 100001 111110 0 1010100 1000110 10010 101011110 1001001 101111

Color Harmonies of #D0213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0213E

Black with #D0213E

Text Example


Text Example

White with #D0213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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