Html Css Color HEX #CD243B Cardinal

📋 copy color: '#CD243B'

red 205 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #CD243B

Tints of Cardinal #CD243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 68.33%
G = 12%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD243B (or 0xCD243B) is known color: Cardinal. HEX triplet: CD, 24 and 3B. RGB value is (205,36,59). Sum of RGB (Red+Green+Blue) = 205+36+59=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD243B is #32DBC4. Grayscale: #595959. Windows color (decimal): -3333061 or 3876045. OLE color: 3876045.

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

Color convert

RGB 205 36 59 -
CMYK 0 0.82 0.71 0.20
HSL 351.83º 0.7% 0.47% -
HSV(B) 351.83º 0.82% 0.8% -
XYZ 26.6 14.56 5.55 -
YUV 89.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 205 36 59 0 0.82 0.71 0.20 351.83 0.7 0.47
Hex CD 24 3B 0 52 47 14 160 46 2F
Octal 315 44 73 0 122 107 24 540 106 57
Binary 11001101 100100 111011 0 1010010 1000111 10100 101100000 1000110 101111

Color Harmonies of #CD243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD243B

Black with #CD243B

Text Example


Text Example

White with #CD243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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