Html Css Color HEX #CD183E Cardinal

📋 copy color: '#CD183E'

red 205 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #CD183E

Tints of Cardinal #CD183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 70.45%
G = 8.25%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD183E (or 0xCD183E) is known color: Cardinal. HEX triplet: CD, 18 and 3E. RGB value is (205,24,62). Sum of RGB (Red+Green+Blue) = 205+24+62=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD183E is #32E7C1. Grayscale: #525252. Windows color (decimal): -3336130 or 4069581. OLE color: 4069581.

HSL color Cylindrical-coordinate representation of color #CD183E: hue angle of 347.4º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD183E is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 62 -
CMYK 0 0.88 0.70 0.20
HSL 347.4º 0.79% 0.45% -
HSV(B) 347.4º 0.88% 0.8% -
XYZ 26.37 13.98 5.87 -
YUV 82.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 205 24 62 0 0.88 0.70 0.20 347.4 0.79 0.45
Hex CD 18 3E 0 58 46 14 15B 4F 2D
Octal 315 30 76 0 130 106 24 533 117 55
Binary 11001101 11000 111110 0 1011000 1000110 10100 101011011 1001111 101101

Color Harmonies of #CD183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD183E

Black with #CD183E

Text Example


Text Example

White with #CD183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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