Html Css Color HEX #CC123D Cardinal

📋 copy color: '#CC123D'

red 204 ◦ green 18 ◦ blue 61

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

Shades of Cardinal #CC123D

Tints of Cardinal #CC123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 61 (24.22% from 255) = 21.55%

R = 72.08%
G = 6.36%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC123D (or 0xCC123D) is known color: Cardinal. HEX triplet: CC, 12 and 3D. RGB value is (204,18,61). Sum of RGB (Red+Green+Blue) = 204+18+61=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC123D is #33EDC2. Grayscale: #4E4E4E. Windows color (decimal): -3403203 or 4002508. OLE color: 4002508.

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

Color convert

RGB 204 18 61 -
CMYK 0 0.91 0.70 0.2
HSL 346.13º 0.84% 0.44% -
HSV(B) 346.13º 0.91% 0.8% -
XYZ 25.96 13.61 5.67 -
YUV 78.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 204 18 61 0 0.91 0.70 0.2 346.13 0.84 0.44
Hex CC 12 3D 0 5B 46 14 15A 54 2C
Octal 314 22 75 0 133 106 24 532 124 54
Binary 11001100 10010 111101 0 1011011 1000110 10100 101011010 1010100 101100

Color Harmonies of #CC123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC123D

Black with #CC123D

Text Example


Text Example

White with #CC123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC123D; }

 p { color: rgb(204,18,61); }

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

background-color css

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

 a { background-color: rgb(204,18,61); }

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

border-color css

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

 span { border-color: rgb(204,18,61); }

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