Html Css Color HEX #CC2438 Cardinal

📋 copy color: '#CC2438'

red 204 ◦ green 36 ◦ blue 56

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

Shades of Cardinal #CC2438

Tints of Cardinal #CC2438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 68.92%
G = 12.16%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2438 (or 0xCC2438) is known color: Cardinal. HEX triplet: CC, 24 and 38. RGB value is (204,36,56). Sum of RGB (Red+Green+Blue) = 204+36+56=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2438 is #33DBC7. Grayscale: #585858. Windows color (decimal): -3398600 or 3679436. OLE color: 3679436.

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

Color convert

RGB 204 36 56 -
CMYK 0 0.82 0.73 0.2
HSL 352.86º 0.7% 0.47% -
HSV(B) 352.86º 0.82% 0.8% -
XYZ 26.25 14.38 5.13 -
YUV 88.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 204 36 56 0 0.82 0.73 0.2 352.86 0.7 0.47
Hex CC 24 38 0 52 49 14 161 46 2F
Octal 314 44 70 0 122 111 24 541 106 57
Binary 11001100 100100 111000 0 1010010 1001001 10100 101100001 1000110 101111

Color Harmonies of #CC2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2438

Black with #CC2438

Text Example


Text Example

White with #CC2438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2438; }

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

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

background-color css

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

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

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

border-color css

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

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

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