Html Css Color HEX #D0243D Cardinal

📋 copy color: '#D0243D'

red 208 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #D0243D

Tints of Cardinal #D0243D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 61 (24.22% from 255) = 20%

R = 68.2%
G = 11.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0243D (or 0xD0243D) is known color: Cardinal. HEX triplet: D0, 24 and 3D. RGB value is (208,36,61). Sum of RGB (Red+Green+Blue) = 208+36+61=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0243D is #2FDBC2. Grayscale: #5A5A5A. Windows color (decimal): -3136451 or 4007120. OLE color: 4007120.

HSL color Cylindrical-coordinate representation of color #D0243D: hue angle of 351.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0243D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 61 -
CMYK 0 0.83 0.71 0.18
HSL 351.28º 0.7% 0.48% -
HSV(B) 351.28º 0.83% 0.82% -
XYZ 27.49 15.01 5.86 -
YUV 90.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 208 36 61 0 0.83 0.71 0.18 351.28 0.7 0.48
Hex D0 24 3D 0 53 47 12 15F 46 30
Octal 320 44 75 0 123 107 22 537 106 60
Binary 11010000 100100 111101 0 1010011 1000111 10010 101011111 1000110 110000

Color Harmonies of #D0243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0243D

Black with #D0243D

Text Example


Text Example

White with #D0243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0243D; }

 p { color: rgb(208,36,61); }

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

background-color css

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

 a { background-color: rgb(208,36,61); }

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

border-color css

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

 span { border-color: rgb(208,36,61); }

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