Html Css Color HEX #CC1C3F Cardinal

📋 copy color: '#CC1C3F'

red 204 ◦ green 28 ◦ blue 63

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

Shades of Cardinal #CC1C3F

Tints of Cardinal #CC1C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

 BLUE value IS 63 (25% from 255) = 21.36%

R = 69.15%
G = 9.49%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC1C3F (or 0xCC1C3F) is known color: Cardinal. HEX triplet: CC, 1C and 3F. RGB value is (204,28,63). Sum of RGB (Red+Green+Blue) = 204+28+63=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1C3F is #33E3C0. Grayscale: #545454. Windows color (decimal): -3400641 or 4136140. OLE color: 4136140.

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

Color convert

RGB 204 28 63 -
CMYK 0 0.86 0.69 0.2
HSL 348.07º 0.76% 0.45% -
HSV(B) 348.07º 0.86% 0.8% -
XYZ 26.21 14.03 6.03 -
YUV 84.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 204 28 63 0 0.86 0.69 0.2 348.07 0.76 0.45
Hex CC 1C 3F 0 56 45 14 15C 4C 2D
Octal 314 34 77 0 126 105 24 534 114 55
Binary 11001100 11100 111111 0 1010110 1000101 10100 101011100 1001100 101101

Color Harmonies of #CC1C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C3F

Black with #CC1C3F

Text Example


Text Example

White with #CC1C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C3F; }

 p { color: rgb(204,28,63); }

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

background-color css

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

 a { background-color: rgb(204,28,63); }

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

border-color css

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

 span { border-color: rgb(204,28,63); }

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