Html Css Color HEX #CD2434 Cardinal

📋 copy color: '#CD2434'

red 205 ◦ green 36 ◦ blue 52

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

Shades of Cardinal #CD2434

Tints of Cardinal #CD2434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 69.97%
G = 12.29%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD2434 (or 0xCD2434) is known color: Cardinal. HEX triplet: CD, 24 and 34. RGB value is (205,36,52). Sum of RGB (Red+Green+Blue) = 205+36+52=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2434 is #32DBCB. Grayscale: #585858. Windows color (decimal): -3333068 or 3417293. OLE color: 3417293.

HSL color Cylindrical-coordinate representation of color #CD2434: hue angle of 354.32º 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 #CD2434 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 52 -
CMYK 0 0.82 0.75 0.20
HSL 354.32º 0.7% 0.47% -
HSV(B) 354.32º 0.82% 0.8% -
XYZ 26.43 14.49 4.65 -
YUV 88.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 205 36 52 0 0.82 0.75 0.20 354.32 0.7 0.47
Hex CD 24 34 0 52 4B 14 162 46 2F
Octal 315 44 64 0 122 113 24 542 106 57
Binary 11001101 100100 110100 0 1010010 1001011 10100 101100010 1000110 101111

Color Harmonies of #CD2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2434

Black with #CD2434

Text Example


Text Example

White with #CD2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2434; }

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

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

background-color css

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

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

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

border-color css

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

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

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