Html Css Color HEX #D3243C Cardinal

📋 copy color: '#D3243C'

red 211 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #D3243C

Tints of Cardinal #D3243C

RGB

 RED value IS 211 (82.81% from 255) = 68.73%

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

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

R = 68.73%
G = 11.73%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3243C (or 0xD3243C) is known color: Cardinal. HEX triplet: D3, 24 and 3C. RGB value is (211,36,60). Sum of RGB (Red+Green+Blue) = 211+36+60=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3243C is #2CDBC3. Grayscale: #5B5B5B. Windows color (decimal): -2939844 or 3941587. OLE color: 3941587.

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

Color convert

RGB 211 36 60 -
CMYK 0 0.83 0.72 0.17
HSL 351.77º 0.71% 0.48% -
HSV(B) 351.77º 0.83% 0.83% -
XYZ 28.31 15.44 5.76 -
YUV 91.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 211 36 60 0 0.83 0.72 0.17 351.77 0.71 0.48
Hex D3 24 3C 0 53 48 11 160 47 30
Octal 323 44 74 0 123 110 21 540 107 60
Binary 11010011 100100 111100 0 1010011 1001000 10001 101100000 1000111 110000

Color Harmonies of #D3243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3243C

Black with #D3243C

Text Example


Text Example

White with #D3243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3243C; }

 p { color: rgb(211,36,60); }

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

background-color css

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

 a { background-color: rgb(211,36,60); }

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

border-color css

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

 span { border-color: rgb(211,36,60); }

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