Html Css Color HEX #C70332 Cardinal

📋 copy color: '#C70332'

red 199 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #C70332

Tints of Cardinal #C70332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 78.97%
G = 1.19%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C70332 (or 0xC70332) is known color: Cardinal. HEX triplet: C7, 03 and 32. RGB value is (199,3,50). Sum of RGB (Red+Green+Blue) = 199+3+50=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C70332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70332 is #38FCCD. Grayscale: #424242. Windows color (decimal): -3734734 or 3277767. OLE color: 3277767.

HSL color Cylindrical-coordinate representation of color #C70332: hue angle of 345.61º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70332 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 50 -
CMYK 0 0.98 0.75 0.22
HSL 345.61º 0.97% 0.4% -
HSV(B) 345.61º 0.98% 0.78% -
XYZ 24.16 12.44 4.14 -
YUV 66.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 199 3 50 0 0.98 0.75 0.22 345.61 0.97 0.4
Hex C7 3 32 0 62 4B 16 15A 61 28
Octal 307 3 62 0 142 113 26 532 141 50
Binary 11000111 11 110010 0 1100010 1001011 10110 101011010 1100001 101000

Color Harmonies of #C70332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70332

Black with #C70332

Text Example


Text Example

White with #C70332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70332; }

 p { color: rgb(199,3,50); }

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

background-color css

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

 a { background-color: rgb(199,3,50); }

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

border-color css

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

 span { border-color: rgb(199,3,50); }

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