Html Css Color HEX #CC2738 Cardinal

📋 copy color: '#CC2738'

red 204 ◦ green 39 ◦ blue 56

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

Shades of Cardinal #CC2738

Tints of Cardinal #CC2738

RGB

 RED value IS 204 (80.08% from 255) = 68.23%

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

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

R = 68.23%
G = 13.04%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2738 (or 0xCC2738) is known color: Cardinal. HEX triplet: CC, 27 and 38. RGB value is (204,39,56). Sum of RGB (Red+Green+Blue) = 204+39+56=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2738 is #33D8C7. Grayscale: #5A5A5A. Windows color (decimal): -3397832 or 3680204. OLE color: 3680204.

HSL color Cylindrical-coordinate representation of color #CC2738: hue angle of 353.82º 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 #CC2738 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 56 -
CMYK 0 0.81 0.73 0.2
HSL 353.82º 0.68% 0.48% -
HSV(B) 353.82º 0.81% 0.8% -
XYZ 26.34 14.57 5.17 -
YUV 90.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 204 39 56 0 0.81 0.73 0.2 353.82 0.68 0.48
Hex CC 27 38 0 51 49 14 162 44 30
Octal 314 47 70 0 121 111 24 542 104 60
Binary 11001100 100111 111000 0 1010001 1001001 10100 101100010 1000100 110000

Color Harmonies of #CC2738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2738

Black with #CC2738

Text Example


Text Example

White with #CC2738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2738; }

 p { color: rgb(204,39,56); }

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

background-color css

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

 a { background-color: rgb(204,39,56); }

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

border-color css

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

 span { border-color: rgb(204,39,56); }

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