Html Css Color HEX #D0223C Cardinal

📋 copy color: '#D0223C'

red 208 ◦ green 34 ◦ blue 60

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

Shades of Cardinal #D0223C

Tints of Cardinal #D0223C

RGB

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

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

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

R = 68.87%
G = 11.26%
B = 19.87%

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

#D0223C (or 0xD0223C) is known color: Cardinal. HEX triplet: D0, 22 and 3C. RGB value is (208,34,60). Sum of RGB (Red+Green+Blue) = 208+34+60=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0223C is #2FDDC3. Grayscale: #595959. Windows color (decimal): -3136964 or 3941072. OLE color: 3941072.

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

Color convert

RGB 208 34 60 -
CMYK 0 0.84 0.71 0.18
HSL 351.03º 0.72% 0.47% -
HSV(B) 351.03º 0.84% 0.82% -
XYZ 27.4 14.88 5.7 -
YUV 88.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 208 34 60 0 0.84 0.71 0.18 351.03 0.72 0.47
Hex D0 22 3C 0 54 47 12 15F 48 2F
Octal 320 42 74 0 124 107 22 537 110 57
Binary 11010000 100010 111100 0 1010100 1000111 10010 101011111 1001000 101111

Color Harmonies of #D0223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0223C

Black with #D0223C

Text Example


Text Example

White with #D0223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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