Html Css Color HEX #CD2436 Cardinal

📋 copy color: '#CD2436'

red 205 ◦ green 36 ◦ blue 54

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

Shades of Cardinal #CD2436

Tints of Cardinal #CD2436

RGB

 RED value IS 205 (80.47% from 255) = 69.49%

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

 BLUE value IS 54 (21.48% from 255) = 18.31%

R = 69.49%
G = 12.2%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD2436 (or 0xCD2436) is known color: Cardinal. HEX triplet: CD, 24 and 36. RGB value is (205,36,54). Sum of RGB (Red+Green+Blue) = 205+36+54=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2436 is #32DBC9. Grayscale: #585858. Windows color (decimal): -3333066 or 3548365. OLE color: 3548365.

HSL color Cylindrical-coordinate representation of color #CD2436: hue angle of 353.61º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2436 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 54 -
CMYK 0 0.82 0.74 0.20
HSL 353.61º 0.7% 0.47% -
HSV(B) 353.61º 0.82% 0.8% -
XYZ 26.47 14.51 4.89 -
YUV 88.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 205 36 54 0 0.82 0.74 0.20 353.61 0.7 0.47
Hex CD 24 36 0 52 4A 14 162 46 2F
Octal 315 44 66 0 122 112 24 542 106 57
Binary 11001101 100100 110110 0 1010010 1001010 10100 101100010 1000110 101111

Color Harmonies of #CD2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2436

Black with #CD2436

Text Example


Text Example

White with #CD2436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2436; }

 p { color: rgb(205,36,54); }

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

background-color css

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

 a { background-color: rgb(205,36,54); }

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

border-color css

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

 span { border-color: rgb(205,36,54); }

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