Html Css Color HEX #CC2638 Cardinal

📋 copy color: '#CC2638'

red 204 ◦ green 38 ◦ blue 56

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

Shades of Cardinal #CC2638

Tints of Cardinal #CC2638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 68.46%
G = 12.75%
B = 18.79%

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

#CC2638 (or 0xCC2638) is known color: Cardinal. HEX triplet: CC, 26 and 38. RGB value is (204,38,56). Sum of RGB (Red+Green+Blue) = 204+38+56=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2638 is #33D9C7. Grayscale: #595959. Windows color (decimal): -3398088 or 3679948. OLE color: 3679948.

HSL color Cylindrical-coordinate representation of color #CC2638: hue angle of 353.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2638 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 56 -
CMYK 0 0.81 0.73 0.2
HSL 353.49º 0.69% 0.47% -
HSV(B) 353.49º 0.81% 0.8% -
XYZ 26.31 14.51 5.16 -
YUV 89.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 204 38 56 0 0.81 0.73 0.2 353.49 0.69 0.47
Hex CC 26 38 0 51 49 14 161 45 2F
Octal 314 46 70 0 121 111 24 541 105 57
Binary 11001100 100110 111000 0 1010001 1001001 10100 101100001 1000101 101111

Color Harmonies of #CC2638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2638

Black with #CC2638

Text Example


Text Example

White with #CC2638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2638; }

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

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

background-color css

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

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

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

border-color css

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

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

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