Html Css Color HEX #CD1237 Cardinal

📋 copy color: '#CD1237'

red 205 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #CD1237

Tints of Cardinal #CD1237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

 BLUE value IS 55 (21.88% from 255) = 19.78%

R = 73.74%
G = 6.47%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD1237 (or 0xCD1237) is known color: Cardinal. HEX triplet: CD, 12 and 37. RGB value is (205,18,55). Sum of RGB (Red+Green+Blue) = 205+18+55=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1237 is #32EDC8. Grayscale: #4E4E4E. Windows color (decimal): -3337673 or 3609293. OLE color: 3609293.

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

Color convert

RGB 205 18 55 -
CMYK 0 0.91 0.73 0.20
HSL 348.13º 0.84% 0.44% -
HSV(B) 348.13º 0.91% 0.8% -
XYZ 26.08 13.69 4.88 -
YUV 78.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 205 18 55 0 0.91 0.73 0.20 348.13 0.84 0.44
Hex CD 12 37 0 5B 49 14 15C 54 2C
Octal 315 22 67 0 133 111 24 534 124 54
Binary 11001101 10010 110111 0 1011011 1001001 10100 101011100 1010100 101100

Color Harmonies of #CD1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1237

Black with #CD1237

Text Example


Text Example

White with #CD1237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1237; }

 p { color: rgb(205,18,55); }

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

background-color css

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

 a { background-color: rgb(205,18,55); }

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

border-color css

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

 span { border-color: rgb(205,18,55); }

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