Html Css Color HEX #CC2639 Cardinal

📋 copy color: '#CC2639'

red 204 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #CC2639

Tints of Cardinal #CC2639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 68.23%
G = 12.71%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2639 (or 0xCC2639) is known color: Cardinal. HEX triplet: CC, 26 and 39. RGB value is (204,38,57). Sum of RGB (Red+Green+Blue) = 204+38+57=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2639 is #33D9C6. Grayscale: #595959. Windows color (decimal): -3398087 or 3745484. OLE color: 3745484.

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

Color convert

RGB 204 38 57 -
CMYK 0 0.81 0.72 0.2
HSL 353.13º 0.69% 0.47% -
HSV(B) 353.13º 0.81% 0.8% -
XYZ 26.33 14.52 5.29 -
YUV 89.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 204 38 57 0 0.81 0.72 0.2 353.13 0.69 0.47
Hex CC 26 39 0 51 48 14 161 45 2F
Octal 314 46 71 0 121 110 24 541 105 57
Binary 11001100 100110 111001 0 1010001 1001000 10100 101100001 1000101 101111

Color Harmonies of #CC2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2639

Black with #CC2639

Text Example


Text Example

White with #CC2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2639; }

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

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

background-color css

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

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

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

border-color css

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

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

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