Html Css Color HEX #CC223F Cardinal

📋 copy color: '#CC223F'

red 204 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #CC223F

Tints of Cardinal #CC223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 67.77%
G = 11.3%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC223F (or 0xCC223F) is known color: Cardinal. HEX triplet: CC, 22 and 3F. RGB value is (204,34,63). Sum of RGB (Red+Green+Blue) = 204+34+63=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC223F is #33DDC0. Grayscale: #585858. Windows color (decimal): -3399105 or 4137676. OLE color: 4137676.

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

Color convert

RGB 204 34 63 -
CMYK 0 0.83 0.69 0.2
HSL 349.76º 0.71% 0.47% -
HSV(B) 349.76º 0.83% 0.8% -
XYZ 26.37 14.34 6.08 -
YUV 88.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 204 34 63 0 0.83 0.69 0.2 349.76 0.71 0.47
Hex CC 22 3F 0 53 45 14 15E 47 2F
Octal 314 42 77 0 123 105 24 536 107 57
Binary 11001100 100010 111111 0 1010011 1000101 10100 101011110 1000111 101111

Color Harmonies of #CC223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC223F

Black with #CC223F

Text Example


Text Example

White with #CC223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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