Html Css Color HEX #D3243D Cardinal

📋 copy color: '#D3243D'

red 211 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #D3243D

Tints of Cardinal #D3243D

RGB

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

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

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

R = 68.51%
G = 11.69%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3243D (or 0xD3243D) is known color: Cardinal. HEX triplet: D3, 24 and 3D. RGB value is (211,36,61). Sum of RGB (Red+Green+Blue) = 211+36+61=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3243D is #2CDBC2. Grayscale: #5B5B5B. Windows color (decimal): -2939843 or 4007123. OLE color: 4007123.

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

Color convert

RGB 211 36 61 -
CMYK 0 0.83 0.71 0.17
HSL 351.43º 0.71% 0.48% -
HSV(B) 351.43º 0.83% 0.83% -
XYZ 28.34 15.45 5.9 -
YUV 91.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 211 36 61 0 0.83 0.71 0.17 351.43 0.71 0.48
Hex D3 24 3D 0 53 47 11 15F 47 30
Octal 323 44 75 0 123 107 21 537 107 60
Binary 11010011 100100 111101 0 1010011 1000111 10001 101011111 1000111 110000

Color Harmonies of #D3243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3243D

Black with #D3243D

Text Example


Text Example

White with #D3243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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