Html Css Color HEX #CD243F Cardinal

📋 copy color: '#CD243F'

red 205 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #CD243F

Tints of Cardinal #CD243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 67.43%
G = 11.84%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD243F (or 0xCD243F) is known color: Cardinal. HEX triplet: CD, 24 and 3F. RGB value is (205,36,63). Sum of RGB (Red+Green+Blue) = 205+36+63=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD243F is #32DBC0. Grayscale: #595959. Windows color (decimal): -3333057 or 4138189. OLE color: 4138189.

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

Color convert

RGB 205 36 63 -
CMYK 0 0.82 0.69 0.20
HSL 350.41º 0.7% 0.47% -
HSV(B) 350.41º 0.82% 0.8% -
XYZ 26.7 14.6 6.11 -
YUV 89.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 205 36 63 0 0.82 0.69 0.20 350.41 0.7 0.47
Hex CD 24 3F 0 52 45 14 15E 46 2F
Octal 315 44 77 0 122 105 24 536 106 57
Binary 11001101 100100 111111 0 1010010 1000101 10100 101011110 1000110 101111

Color Harmonies of #CD243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD243F

Black with #CD243F

Text Example


Text Example

White with #CD243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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