Html Css Color HEX #CD2430 Cardinal

📋 copy color: '#CD2430'

red 205 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #CD2430

Tints of Cardinal #CD2430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 70.93%
G = 12.46%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD2430 (or 0xCD2430) is known color: Cardinal. HEX triplet: CD, 24 and 30. RGB value is (205,36,48). Sum of RGB (Red+Green+Blue) = 205+36+48=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2430 is #32DBCF. Grayscale: #585858. Windows color (decimal): -3333072 or 3155149. OLE color: 3155149.

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

Color convert

RGB 205 36 48 -
CMYK 0 0.82 0.77 0.20
HSL 355.74º 0.7% 0.47% -
HSV(B) 355.74º 0.82% 0.8% -
XYZ 26.34 14.45 4.2 -
YUV 87.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 205 36 48 0 0.82 0.77 0.20 355.74 0.7 0.47
Hex CD 24 30 0 52 4D 14 164 46 2F
Octal 315 44 60 0 122 115 24 544 106 57
Binary 11001101 100100 110000 0 1010010 1001101 10100 101100100 1000110 101111

Color Harmonies of #CD2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2430

Black with #CD2430

Text Example


Text Example

White with #CD2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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