Html Css Color HEX #D0223B Cardinal

📋 copy color: '#D0223B'

red 208 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #D0223B

Tints of Cardinal #D0223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 69.1%
G = 11.3%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0223B (or 0xD0223B) is known color: Cardinal. HEX triplet: D0, 22 and 3B. RGB value is (208,34,59). Sum of RGB (Red+Green+Blue) = 208+34+59=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0223B is #2FDDC4. Grayscale: #585858. Windows color (decimal): -3136965 or 3875536. OLE color: 3875536.

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

Color convert

RGB 208 34 59 -
CMYK 0 0.84 0.72 0.18
HSL 351.38º 0.72% 0.47% -
HSV(B) 351.38º 0.84% 0.82% -
XYZ 27.37 14.87 5.57 -
YUV 88.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 208 34 59 0 0.84 0.72 0.18 351.38 0.72 0.47
Hex D0 22 3B 0 54 48 12 15F 48 2F
Octal 320 42 73 0 124 110 22 537 110 57
Binary 11010000 100010 111011 0 1010100 1001000 10010 101011111 1001000 101111

Color Harmonies of #D0223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0223B

Black with #D0223B

Text Example


Text Example

White with #D0223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0223B; }

 p { color: rgb(208,34,59); }

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

background-color css

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

 a { background-color: rgb(208,34,59); }

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

border-color css

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

 span { border-color: rgb(208,34,59); }

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