Html Css Color HEX #C71233 Cardinal

📋 copy color: '#C71233'

red 199 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #C71233

Tints of Cardinal #C71233

RGB

 RED value IS 199 (78.13% from 255) = 74.25%

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

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 74.25%
G = 6.72%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C71233 (or 0xC71233) is known color: Cardinal. HEX triplet: C7, 12 and 33. RGB value is (199,18,51). Sum of RGB (Red+Green+Blue) = 199+18+51=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C71233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71233 is #38EDCC. Grayscale: #4B4B4B. Windows color (decimal): -3730893 or 3347143. OLE color: 3347143.

HSL color Cylindrical-coordinate representation of color #C71233: hue angle of 349.06º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71233 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 18 51 -
CMYK 0 0.91 0.74 0.22
HSL 349.06º 0.83% 0.43% -
HSV(B) 349.06º 0.91% 0.78% -
XYZ 24.37 12.81 4.32 -
YUV 75.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 199 18 51 0 0.91 0.74 0.22 349.06 0.83 0.43
Hex C7 12 33 0 5B 4A 16 15D 53 2B
Octal 307 22 63 0 133 112 26 535 123 53
Binary 11000111 10010 110011 0 1011011 1001010 10110 101011101 1010011 101011

Color Harmonies of #C71233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71233

Black with #C71233

Text Example


Text Example

White with #C71233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71233; }

 p { color: rgb(199,18,51); }

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

background-color css

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

 a { background-color: rgb(199,18,51); }

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

border-color css

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

 span { border-color: rgb(199,18,51); }

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