Html Css Color HEX #CC123E Cardinal

📋 copy color: '#CC123E'

red 204 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #CC123E

Tints of Cardinal #CC123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 71.83%
G = 6.34%
B = 21.83%

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

#CC123E (or 0xCC123E) is known color: Cardinal. HEX triplet: CC, 12 and 3E. RGB value is (204,18,62). Sum of RGB (Red+Green+Blue) = 204+18+62=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC123E is #33EDC1. Grayscale: #4E4E4E. Windows color (decimal): -3403202 or 4068044. OLE color: 4068044.

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

Color convert

RGB 204 18 62 -
CMYK 0 0.91 0.70 0.2
HSL 345.81º 0.84% 0.44% -
HSV(B) 345.81º 0.91% 0.8% -
XYZ 25.99 13.62 5.82 -
YUV 78.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 204 18 62 0 0.91 0.70 0.2 345.81 0.84 0.44
Hex CC 12 3E 0 5B 46 14 15A 54 2C
Octal 314 22 76 0 133 106 24 532 124 54
Binary 11001100 10010 111110 0 1011011 1000110 10100 101011010 1010100 101100

Color Harmonies of #CC123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC123E

Black with #CC123E

Text Example


Text Example

White with #CC123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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