Html Css Color HEX #CC1938 Cardinal

📋 copy color: '#CC1938'

red 204 ◦ green 25 ◦ blue 56

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

Shades of Cardinal #CC1938

Tints of Cardinal #CC1938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

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

R = 71.58%
G = 8.77%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC1938 (or 0xCC1938) is known color: Cardinal. HEX triplet: CC, 19 and 38. RGB value is (204,25,56). Sum of RGB (Red+Green+Blue) = 204+25+56=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1938 is #33E6C7. Grayscale: #525252. Windows color (decimal): -3401416 or 3676620. OLE color: 3676620.

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

Color convert

RGB 204 25 56 -
CMYK 0 0.88 0.73 0.2
HSL 349.61º 0.78% 0.45% -
HSV(B) 349.61º 0.88% 0.8% -
XYZ 25.96 13.82 5.04 -
YUV 82.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 204 25 56 0 0.88 0.73 0.2 349.61 0.78 0.45
Hex CC 19 38 0 58 49 14 15E 4E 2D
Octal 314 31 70 0 130 111 24 536 116 55
Binary 11001100 11001 111000 0 1011000 1001001 10100 101011110 1001110 101101

Color Harmonies of #CC1938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1938

Black with #CC1938

Text Example


Text Example

White with #CC1938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1938; }

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

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

background-color css

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

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

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

border-color css

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

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

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