Html Css Color HEX #CC1735 Cardinal

📋 copy color: '#CC1735'

red 204 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #CC1735

Tints of Cardinal #CC1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 72.86%
G = 8.21%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC1735 (or 0xCC1735) is known color: Cardinal. HEX triplet: CC, 17 and 35. RGB value is (204,23,53). Sum of RGB (Red+Green+Blue) = 204+23+53=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1735 is #33E8CA. Grayscale: #505050. Windows color (decimal): -3401931 or 3479500. OLE color: 3479500.

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

Color convert

RGB 204 23 53 -
CMYK 0 0.89 0.74 0.2
HSL 350.06º 0.8% 0.45% -
HSV(B) 350.06º 0.89% 0.8% -
XYZ 25.85 13.71 4.65 -
YUV 80.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 204 23 53 0 0.89 0.74 0.2 350.06 0.8 0.45
Hex CC 17 35 0 59 4A 14 15E 50 2D
Octal 314 27 65 0 131 112 24 536 120 55
Binary 11001100 10111 110101 0 1011001 1001010 10100 101011110 1010000 101101

Color Harmonies of #CC1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1735

Black with #CC1735

Text Example


Text Example

White with #CC1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1735; }

 p { color: rgb(204,23,53); }

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

background-color css

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

 a { background-color: rgb(204,23,53); }

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

border-color css

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

 span { border-color: rgb(204,23,53); }

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