Html Css Color HEX #CC1530 Cardinal

📋 copy color: '#CC1530'

red 204 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #CC1530

Tints of Cardinal #CC1530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 74.73%
G = 7.69%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC1530 (or 0xCC1530) is known color: Cardinal. HEX triplet: CC, 15 and 30. RGB value is (204,21,48). Sum of RGB (Red+Green+Blue) = 204+21+48=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1530 is #33EACF. Grayscale: #4E4E4E. Windows color (decimal): -3402448 or 3151308. OLE color: 3151308.

HSL color Cylindrical-coordinate representation of color #CC1530: hue angle of 351.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1530 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 48 -
CMYK 0 0.90 0.76 0.2
HSL 351.15º 0.81% 0.44% -
HSV(B) 351.15º 0.9% 0.8% -
XYZ 25.7 13.59 4.06 -
YUV 78.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 204 21 48 0 0.90 0.76 0.2 351.15 0.81 0.44
Hex CC 15 30 0 5A 4C 14 15F 51 2C
Octal 314 25 60 0 132 114 24 537 121 54
Binary 11001100 10101 110000 0 1011010 1001100 10100 101011111 1010001 101100

Color Harmonies of #CC1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1530

Black with #CC1530

Text Example


Text Example

White with #CC1530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1530; }

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

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

background-color css

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

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

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

border-color css

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

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

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