Html Css Color HEX #CC1743 Cardinal

📋 copy color: '#CC1743'

red 204 ◦ green 23 ◦ blue 67

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

Shades of Cardinal #CC1743

Tints of Cardinal #CC1743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 69.39%
G = 7.82%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC1743 (or 0xCC1743) is known color: Cardinal. HEX triplet: CC, 17 and 43. RGB value is (204,23,67). Sum of RGB (Red+Green+Blue) = 204+23+67=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1743 is #33E8BC. Grayscale: #525252. Windows color (decimal): -3401917 or 4397004. OLE color: 4397004.

HSL color Cylindrical-coordinate representation of color #CC1743: hue angle of 345.41º 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 #CC1743 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 23 67 -
CMYK 0 0.89 0.67 0.2
HSL 345.41º 0.8% 0.45% -
HSV(B) 345.41º 0.89% 0.8% -
XYZ 26.22 13.86 6.6 -
YUV 82.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 204 23 67 0 0.89 0.67 0.2 345.41 0.8 0.45
Hex CC 17 43 0 59 43 14 159 50 2D
Octal 314 27 103 0 131 103 24 531 120 55
Binary 11001100 10111 1000011 0 1011001 1000011 10100 101011001 1010000 101101

Color Harmonies of #CC1743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1743

Black with #CC1743

Text Example


Text Example

White with #CC1743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1743; }

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

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

background-color css

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

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

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

border-color css

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

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

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