Html Css Color HEX #CD2736 Cardinal

📋 copy color: '#CD2736'

red 205 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #CD2736

Tints of Cardinal #CD2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

 BLUE value IS 54 (21.48% from 255) = 18.12%

R = 68.79%
G = 13.09%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD2736 (or 0xCD2736) is known color: Cardinal. HEX triplet: CD, 27 and 36. RGB value is (205,39,54). Sum of RGB (Red+Green+Blue) = 205+39+54=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2736 is #32D8C9. Grayscale: #5A5A5A. Windows color (decimal): -3332298 or 3549133. OLE color: 3549133.

HSL color Cylindrical-coordinate representation of color #CD2736: hue angle of 354.58º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2736 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 39 54 -
CMYK 0 0.81 0.74 0.20
HSL 354.58º 0.68% 0.48% -
HSV(B) 354.58º 0.81% 0.8% -
XYZ 26.57 14.7 4.93 -
YUV 90.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 205 39 54 0 0.81 0.74 0.20 354.58 0.68 0.48
Hex CD 27 36 0 51 4A 14 163 44 30
Octal 315 47 66 0 121 112 24 543 104 60
Binary 11001101 100111 110110 0 1010001 1001010 10100 101100011 1000100 110000

Color Harmonies of #CD2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2736

Black with #CD2736

Text Example


Text Example

White with #CD2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2736; }

 p { color: rgb(205,39,54); }

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

background-color css

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

 a { background-color: rgb(205,39,54); }

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

border-color css

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

 span { border-color: rgb(205,39,54); }

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