Html Css Color HEX #C70532 Cardinal

📋 copy color: '#C70532'

red 199 ◦ green 5 ◦ blue 50

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

Shades of Cardinal #C70532

Tints of Cardinal #C70532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 78.35%
G = 1.97%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C70532 (or 0xC70532) is known color: Cardinal. HEX triplet: C7, 05 and 32. RGB value is (199,5,50). Sum of RGB (Red+Green+Blue) = 199+5+50=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C70532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70532 is #38FACD. Grayscale: #444444. Windows color (decimal): -3734222 or 3278279. OLE color: 3278279.

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

Color convert

RGB 199 5 50 -
CMYK 0 0.97 0.75 0.22
HSL 346.08º 0.95% 0.4% -
HSV(B) 346.08º 0.97% 0.78% -
XYZ 24.18 12.48 4.15 -
YUV 68.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 199 5 50 0 0.97 0.75 0.22 346.08 0.95 0.4
Hex C7 5 32 0 61 4B 16 15A 5F 28
Octal 307 5 62 0 141 113 26 532 137 50
Binary 11000111 101 110010 0 1100001 1001011 10110 101011010 1011111 101000

Color Harmonies of #C70532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70532

Black with #C70532

Text Example


Text Example

White with #C70532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70532; }

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

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

background-color css

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

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

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

border-color css

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

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

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