Html Css Color HEX #CC1338 Cardinal

📋 copy color: '#CC1338'

red 204 ◦ green 19 ◦ blue 56

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

Shades of Cardinal #CC1338

Tints of Cardinal #CC1338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 73.12%
G = 6.81%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC1338 (or 0xCC1338) is known color: Cardinal. HEX triplet: CC, 13 and 38. RGB value is (204,19,56). Sum of RGB (Red+Green+Blue) = 204+19+56=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1338 is #33ECC7. Grayscale: #4E4E4E. Windows color (decimal): -3402952 or 3675084. OLE color: 3675084.

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

Color convert

RGB 204 19 56 -
CMYK 0 0.91 0.73 0.2
HSL 348º 0.83% 0.44% -
HSV(B) 348º 0.91% 0.8% -
XYZ 25.85 13.59 5 -
YUV 78.53 115.29 217.49 -
System Red Green Blue C M Y K H S L
Decimal 204 19 56 0 0.91 0.73 0.2 348 0.83 0.44
Hex CC 13 38 0 5B 49 14 15C 53 2C
Octal 314 23 70 0 133 111 24 534 123 54
Binary 11001100 10011 111000 0 1011011 1001001 10100 101011100 1010011 101100

Color Harmonies of #CC1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1338

Black with #CC1338

Text Example


Text Example

White with #CC1338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1338; }

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

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

background-color css

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

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

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

border-color css

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

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

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