Html Css Color HEX #D0213C Cardinal

📋 copy color: '#D0213C'

red 208 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #D0213C

Tints of Cardinal #D0213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 69.1%
G = 10.96%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0213C (or 0xD0213C) is known color: Cardinal. HEX triplet: D0, 21 and 3C. RGB value is (208,33,60). Sum of RGB (Red+Green+Blue) = 208+33+60=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0213C is #2FDEC3. Grayscale: #585858. Windows color (decimal): -3137220 or 3940816. OLE color: 3940816.

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

Color convert

RGB 208 33 60 -
CMYK 0 0.84 0.71 0.18
HSL 350.74º 0.73% 0.47% -
HSV(B) 350.74º 0.84% 0.82% -
XYZ 27.37 14.82 5.69 -
YUV 88.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 208 33 60 0 0.84 0.71 0.18 350.74 0.73 0.47
Hex D0 21 3C 0 54 47 12 15F 49 2F
Octal 320 41 74 0 124 107 22 537 111 57
Binary 11010000 100001 111100 0 1010100 1000111 10010 101011111 1001001 101111

Color Harmonies of #D0213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0213C

Black with #D0213C

Text Example


Text Example

White with #D0213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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