Html Css Color HEX #C70833 Cardinal

📋 copy color: '#C70833'

red 199 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #C70833

Tints of Cardinal #C70833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 77.13%
G = 3.1%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C70833 (or 0xC70833) is known color: Cardinal. HEX triplet: C7, 08 and 33. RGB value is (199,8,51). Sum of RGB (Red+Green+Blue) = 199+8+51=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C70833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70833 is #38F7CC. Grayscale: #464646. Windows color (decimal): -3733453 or 3344583. OLE color: 3344583.

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

Color convert

RGB 199 8 51 -
CMYK 0 0.96 0.74 0.22
HSL 346.49º 0.92% 0.41% -
HSV(B) 346.49º 0.96% 0.78% -
XYZ 24.24 12.55 4.28 -
YUV 70.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 199 8 51 0 0.96 0.74 0.22 346.49 0.92 0.41
Hex C7 8 33 0 60 4A 16 15A 5C 29
Octal 307 10 63 0 140 112 26 532 134 51
Binary 11000111 1000 110011 0 1100000 1001010 10110 101011010 1011100 101001

Color Harmonies of #C70833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70833

Black with #C70833

Text Example


Text Example

White with #C70833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70833; }

 p { color: rgb(199,8,51); }

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

background-color css

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

 a { background-color: rgb(199,8,51); }

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

border-color css

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

 span { border-color: rgb(199,8,51); }

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