Html Css Color HEX #CD2038 Cardinal

📋 copy color: '#CD2038'

red 205 ◦ green 32 ◦ blue 56

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

Shades of Cardinal #CD2038

Tints of Cardinal #CD2038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 69.97%
G = 10.92%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD2038 (or 0xCD2038) is known color: Cardinal. HEX triplet: CD, 20 and 38. RGB value is (205,32,56). Sum of RGB (Red+Green+Blue) = 205+32+56=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2038 is #32DFC7. Grayscale: #565656. Windows color (decimal): -3334088 or 3678413. OLE color: 3678413.

HSL color Cylindrical-coordinate representation of color #CD2038: hue angle of 351.68º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2038 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 56 -
CMYK 0 0.84 0.73 0.20
HSL 351.68º 0.73% 0.46% -
HSV(B) 351.68º 0.84% 0.8% -
XYZ 26.41 14.3 5.11 -
YUV 86.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 205 32 56 0 0.84 0.73 0.20 351.68 0.73 0.46
Hex CD 20 38 0 54 49 14 160 49 2E
Octal 315 40 70 0 124 111 24 540 111 56
Binary 11001101 100000 111000 0 1010100 1001001 10100 101100000 1001001 101110

Color Harmonies of #CD2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2038

Black with #CD2038

Text Example


Text Example

White with #CD2038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2038; }

 p { color: rgb(205,32,56); }

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

background-color css

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

 a { background-color: rgb(205,32,56); }

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

border-color css

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

 span { border-color: rgb(205,32,56); }

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