Html Css Color HEX #CC1130 Cardinal

📋 copy color: '#CC1130'

red 204 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #CC1130

Tints of Cardinal #CC1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.32%

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 75.84%
G = 6.32%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC1130 (or 0xCC1130) is known color: Cardinal. HEX triplet: CC, 11 and 30. RGB value is (204,17,48). Sum of RGB (Red+Green+Blue) = 204+17+48=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1130 is #33EECF. Grayscale: #4C4C4C. Windows color (decimal): -3403472 or 3150284. OLE color: 3150284.

HSL color Cylindrical-coordinate representation of color #CC1130: hue angle of 350.05º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1130 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 48 -
CMYK 0 0.92 0.76 0.2
HSL 350.05º 0.85% 0.43% -
HSV(B) 350.05º 0.92% 0.8% -
XYZ 25.64 13.45 4.04 -
YUV 76.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 204 17 48 0 0.92 0.76 0.2 350.05 0.85 0.43
Hex CC 11 30 0 5C 4C 14 15E 55 2B
Octal 314 21 60 0 134 114 24 536 125 53
Binary 11001100 10001 110000 0 1011100 1001100 10100 101011110 1010101 101011

Color Harmonies of #CC1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1130

Black with #CC1130

Text Example


Text Example

White with #CC1130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1130; }

 p { color: rgb(204,17,48); }

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

background-color css

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

 a { background-color: rgb(204,17,48); }

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

border-color css

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

 span { border-color: rgb(204,17,48); }

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