Html Css Color HEX #C7083C Cardinal

📋 copy color: '#C7083C'

red 199 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #C7083C

Tints of Cardinal #C7083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 74.53%
G = 3%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7083C (or 0xC7083C) is known color: Cardinal. HEX triplet: C7, 08 and 3C. RGB value is (199,8,60). Sum of RGB (Red+Green+Blue) = 199+8+60=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7083C is #38F7C3. Grayscale: #474747. Windows color (decimal): -3733444 or 3934407. OLE color: 3934407.

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

Color convert

RGB 199 8 60 -
CMYK 0 0.96 0.70 0.22
HSL 343.66º 0.92% 0.41% -
HSV(B) 343.66º 0.96% 0.78% -
XYZ 24.46 12.64 5.43 -
YUV 71.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 199 8 60 0 0.96 0.70 0.22 343.66 0.92 0.41
Hex C7 8 3C 0 60 46 16 158 5C 29
Octal 307 10 74 0 140 106 26 530 134 51
Binary 11000111 1000 111100 0 1100000 1000110 10110 101011000 1011100 101001

Color Harmonies of #C7083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7083C

Black with #C7083C

Text Example


Text Example

White with #C7083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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