Html Css Color HEX #C70B34 Cardinal

📋 copy color: '#C70B34'

red 199 ◦ green 11 ◦ blue 52

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

Shades of Cardinal #C70B34

Tints of Cardinal #C70B34

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.2%

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 75.95%
G = 4.2%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C70B34 (or 0xC70B34) is known color: Cardinal. HEX triplet: C7, 0B and 34. RGB value is (199,11,52). Sum of RGB (Red+Green+Blue) = 199+11+52=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B34 is #38F4CB. Grayscale: #474747. Windows color (decimal): -3732684 or 3410887. OLE color: 3410887.

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

Color convert

RGB 199 11 52 -
CMYK 0 0.94 0.74 0.22
HSL 346.91º 0.9% 0.41% -
HSV(B) 346.91º 0.94% 0.78% -
XYZ 24.29 12.63 4.41 -
YUV 71.89 116.78 218.67 -
System Red Green Blue C M Y K H S L
Decimal 199 11 52 0 0.94 0.74 0.22 346.91 0.9 0.41
Hex C7 B 34 0 5E 4A 16 15B 5A 29
Octal 307 13 64 0 136 112 26 533 132 51
Binary 11000111 1011 110100 0 1011110 1001010 10110 101011011 1011010 101001

Color Harmonies of #C70B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70B34

Black with #C70B34

Text Example


Text Example

White with #C70B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70B34; }

 p { color: rgb(199,11,52); }

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

background-color css

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

 a { background-color: rgb(199,11,52); }

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

border-color css

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

 span { border-color: rgb(199,11,52); }

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