Html Css Color HEX #CC1634 Cardinal

📋 copy color: '#CC1634'

red 204 ◦ green 22 ◦ blue 52

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

Shades of Cardinal #CC1634

Tints of Cardinal #CC1634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 52 (20.7% from 255) = 18.71%

R = 73.38%
G = 7.91%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC1634 (or 0xCC1634) is known color: Cardinal. HEX triplet: CC, 16 and 34. RGB value is (204,22,52). Sum of RGB (Red+Green+Blue) = 204+22+52=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1634 is #33E9CB. Grayscale: #4F4F4F. Windows color (decimal): -3402188 or 3413708. OLE color: 3413708.

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

Color convert

RGB 204 22 52 -
CMYK 0 0.89 0.75 0.2
HSL 350.11º 0.81% 0.44% -
HSV(B) 350.11º 0.89% 0.8% -
XYZ 25.81 13.66 4.53 -
YUV 79.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 204 22 52 0 0.89 0.75 0.2 350.11 0.81 0.44
Hex CC 16 34 0 59 4B 14 15E 51 2C
Octal 314 26 64 0 131 113 24 536 121 54
Binary 11001100 10110 110100 0 1011001 1001011 10100 101011110 1010001 101100

Color Harmonies of #CC1634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1634

Black with #CC1634

Text Example


Text Example

White with #CC1634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1634; }

 p { color: rgb(204,22,52); }

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

background-color css

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

 a { background-color: rgb(204,22,52); }

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

border-color css

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

 span { border-color: rgb(204,22,52); }

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