Html Css Color HEX #CD253B Cardinal

📋 copy color: '#CD253B'

red 205 ◦ green 37 ◦ blue 59

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

Shades of Cardinal #CD253B

Tints of Cardinal #CD253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 68.11%
G = 12.29%
B = 19.6%

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

#CD253B (or 0xCD253B) is known color: Cardinal. HEX triplet: CD, 25 and 3B. RGB value is (205,37,59). Sum of RGB (Red+Green+Blue) = 205+37+59=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD253B is #32DAC4. Grayscale: #595959. Windows color (decimal): -3332805 or 3876301. OLE color: 3876301.

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

Color convert

RGB 205 37 59 -
CMYK 0 0.82 0.71 0.20
HSL 352.14º 0.69% 0.47% -
HSV(B) 352.14º 0.82% 0.8% -
XYZ 26.63 14.62 5.56 -
YUV 89.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 205 37 59 0 0.82 0.71 0.20 352.14 0.69 0.47
Hex CD 25 3B 0 52 47 14 160 45 2F
Octal 315 45 73 0 122 107 24 540 105 57
Binary 11001101 100101 111011 0 1010010 1000111 10100 101100000 1000101 101111

Color Harmonies of #CD253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD253B

Black with #CD253B

Text Example


Text Example

White with #CD253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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