Html Css Color HEX #CC1D35 Cardinal

📋 copy color: '#CC1D35'

red 204 ◦ green 29 ◦ blue 53

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

Shades of Cardinal #CC1D35

Tints of Cardinal #CC1D35

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.14%

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

R = 71.33%
G = 10.14%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC1D35 (or 0xCC1D35) is known color: Cardinal. HEX triplet: CC, 1D and 35. RGB value is (204,29,53). Sum of RGB (Red+Green+Blue) = 204+29+53=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1D35 is #33E2CA. Grayscale: #545454. Windows color (decimal): -3400395 or 3481036. OLE color: 3481036.

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

Color convert

RGB 204 29 53 -
CMYK 0 0.86 0.74 0.2
HSL 351.77º 0.75% 0.46% -
HSV(B) 351.77º 0.86% 0.8% -
XYZ 25.98 13.97 4.7 -
YUV 84.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 204 29 53 0 0.86 0.74 0.2 351.77 0.75 0.46
Hex CC 1D 35 0 56 4A 14 160 4B 2E
Octal 314 35 65 0 126 112 24 540 113 56
Binary 11001100 11101 110101 0 1010110 1001010 10100 101100000 1001011 101110

Color Harmonies of #CC1D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D35

Black with #CC1D35

Text Example


Text Example

White with #CC1D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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