Html Css Color HEX #D3243B Cardinal

📋 copy color: '#D3243B'

red 211 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #D3243B

Tints of Cardinal #D3243B

RGB

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

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

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

R = 68.95%
G = 11.76%
B = 19.28%

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

#D3243B (or 0xD3243B) is known color: Cardinal. HEX triplet: D3, 24 and 3B. RGB value is (211,36,59). Sum of RGB (Red+Green+Blue) = 211+36+59=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3243B is #2CDBC4. Grayscale: #5B5B5B. Windows color (decimal): -2939845 or 3876051. OLE color: 3876051.

HSL color Cylindrical-coordinate representation of color #D3243B: hue angle of 352.11º 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 #D3243B is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 59 -
CMYK 0 0.83 0.72 0.17
HSL 352.11º 0.71% 0.48% -
HSV(B) 352.11º 0.83% 0.83% -
XYZ 28.28 15.43 5.62 -
YUV 90.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 211 36 59 0 0.83 0.72 0.17 352.11 0.71 0.48
Hex D3 24 3B 0 53 48 11 160 47 30
Octal 323 44 73 0 123 110 21 540 107 60
Binary 11010011 100100 111011 0 1010011 1001000 10001 101100000 1000111 110000

Color Harmonies of #D3243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3243B

Black with #D3243B

Text Example


Text Example

White with #D3243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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