Html Css Color HEX #C70530 Cardinal

📋 copy color: '#C70530'

red 199 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #C70530

Tints of Cardinal #C70530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.05%

R = 78.97%
G = 1.98%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C70530 (or 0xC70530) is known color: Cardinal. HEX triplet: C7, 05 and 30. RGB value is (199,5,48). Sum of RGB (Red+Green+Blue) = 199+5+48=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C70530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70530 is #38FACF. Grayscale: #434343. Windows color (decimal): -3734224 or 3147207. OLE color: 3147207.

HSL color Cylindrical-coordinate representation of color #C70530: hue angle of 346.7º 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 #C70530 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 48 -
CMYK 0 0.97 0.76 0.22
HSL 346.7º 0.95% 0.4% -
HSV(B) 346.7º 0.97% 0.78% -
XYZ 24.14 12.46 3.93 -
YUV 67.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 199 5 48 0 0.97 0.76 0.22 346.7 0.95 0.4
Hex C7 5 30 0 61 4C 16 15B 5F 28
Octal 307 5 60 0 141 114 26 533 137 50
Binary 11000111 101 110000 0 1100001 1001100 10110 101011011 1011111 101000

Color Harmonies of #C70530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70530

Black with #C70530

Text Example


Text Example

White with #C70530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70530; }

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

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

background-color css

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

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

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

border-color css

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

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

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