Html Css Color HEX #C7093B Cardinal

📋 copy color: '#C7093B'

red 199 ◦ green 9 ◦ blue 59

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

Shades of Cardinal #C7093B

Tints of Cardinal #C7093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 74.53%
G = 3.37%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7093B (or 0xC7093B) is known color: Cardinal. HEX triplet: C7, 09 and 3B. RGB value is (199,9,59). Sum of RGB (Red+Green+Blue) = 199+9+59=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7093B is #38F6C4. Grayscale: #474747. Windows color (decimal): -3733189 or 3869127. OLE color: 3869127.

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

Color convert

RGB 199 9 59 -
CMYK 0 0.95 0.70 0.22
HSL 344.21º 0.91% 0.41% -
HSV(B) 344.21º 0.95% 0.78% -
XYZ 24.44 12.65 5.29 -
YUV 71.51 120.95 218.93 -
System Red Green Blue C M Y K H S L
Decimal 199 9 59 0 0.95 0.70 0.22 344.21 0.91 0.41
Hex C7 9 3B 0 5F 46 16 158 5B 29
Octal 307 11 73 0 137 106 26 530 133 51
Binary 11000111 1001 111011 0 1011111 1000110 10110 101011000 1011011 101001

Color Harmonies of #C7093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7093B

Black with #C7093B

Text Example


Text Example

White with #C7093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7093B; }

 p { color: rgb(199,9,59); }

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

background-color css

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

 a { background-color: rgb(199,9,59); }

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

border-color css

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

 span { border-color: rgb(199,9,59); }

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