Html Css Color HEX #CD243E Cardinal

📋 copy color: '#CD243E'

red 205 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #CD243E

Tints of Cardinal #CD243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 67.66%
G = 11.88%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD243E (or 0xCD243E) is known color: Cardinal. HEX triplet: CD, 24 and 3E. RGB value is (205,36,62). Sum of RGB (Red+Green+Blue) = 205+36+62=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD243E is #32DBC1. Grayscale: #595959. Windows color (decimal): -3333058 or 4072653. OLE color: 4072653.

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

Color convert

RGB 205 36 62 -
CMYK 0 0.82 0.70 0.20
HSL 350.77º 0.7% 0.47% -
HSV(B) 350.77º 0.82% 0.8% -
XYZ 26.68 14.59 5.97 -
YUV 89.5 112.49 210.39 -
System Red Green Blue C M Y K H S L
Decimal 205 36 62 0 0.82 0.70 0.20 350.77 0.7 0.47
Hex CD 24 3E 0 52 46 14 15F 46 2F
Octal 315 44 76 0 122 106 24 537 106 57
Binary 11001101 100100 111110 0 1010010 1000110 10100 101011111 1000110 101111

Color Harmonies of #CD243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD243E

Black with #CD243E

Text Example


Text Example

White with #CD243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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