Html Css Color HEX #C70B35 Cardinal

📋 copy color: '#C70B35'

red 199 ◦ green 11 ◦ blue 53

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

Shades of Cardinal #C70B35

Tints of Cardinal #C70B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 75.67%
G = 4.18%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C70B35 (or 0xC70B35) is known color: Cardinal. HEX triplet: C7, 0B and 35. RGB value is (199,11,53). Sum of RGB (Red+Green+Blue) = 199+11+53=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B35 is #38F4CA. Grayscale: #484848. Windows color (decimal): -3732683 or 3476423. OLE color: 3476423.

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

Color convert

RGB 199 11 53 -
CMYK 0 0.94 0.73 0.22
HSL 346.6º 0.9% 0.41% -
HSV(B) 346.6º 0.94% 0.78% -
XYZ 24.32 12.64 4.53 -
YUV 72 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 199 11 53 0 0.94 0.73 0.22 346.6 0.9 0.41
Hex C7 B 35 0 5E 49 16 15B 5A 29
Octal 307 13 65 0 136 111 26 533 132 51
Binary 11000111 1011 110101 0 1011110 1001001 10110 101011011 1011010 101001

Color Harmonies of #C70B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70B35

Black with #C70B35

Text Example


Text Example

White with #C70B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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