Html Css Color HEX #CC1340 Cardinal

📋 copy color: '#CC1340'

red 204 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #CC1340

Tints of Cardinal #CC1340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 71.08%
G = 6.62%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC1340 (or 0xCC1340) is known color: Cardinal. HEX triplet: CC, 13 and 40. RGB value is (204,19,64). Sum of RGB (Red+Green+Blue) = 204+19+64=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1340 is #33ECBF. Grayscale: #4F4F4F. Windows color (decimal): -3402944 or 4199372. OLE color: 4199372.

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

Color convert

RGB 204 19 64 -
CMYK 0 0.91 0.69 0.2
HSL 345.41º 0.83% 0.44% -
HSV(B) 345.41º 0.91% 0.8% -
XYZ 26.06 13.67 6.12 -
YUV 79.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 204 19 64 0 0.91 0.69 0.2 345.41 0.83 0.44
Hex CC 13 40 0 5B 45 14 159 53 2C
Octal 314 23 100 0 133 105 24 531 123 54
Binary 11001100 10011 1000000 0 1011011 1000101 10100 101011001 1010011 101100

Color Harmonies of #CC1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1340

Black with #CC1340

Text Example


Text Example

White with #CC1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1340; }

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

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

background-color css

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

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

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

border-color css

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

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

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