Html Css Color HEX #C7093A Cardinal

📋 copy color: '#C7093A'

red 199 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #C7093A

Tints of Cardinal #C7093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 74.81%
G = 3.38%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7093A (or 0xC7093A) is known color: Cardinal. HEX triplet: C7, 09 and 3A. RGB value is (199,9,58). Sum of RGB (Red+Green+Blue) = 199+9+58=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7093A is #38F6C5. Grayscale: #474747. Windows color (decimal): -3733190 or 3803591. OLE color: 3803591.

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

Color convert

RGB 199 9 58 -
CMYK 0 0.95 0.71 0.22
HSL 344.53º 0.91% 0.41% -
HSV(B) 344.53º 0.95% 0.78% -
XYZ 24.41 12.64 5.16 -
YUV 71.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 199 9 58 0 0.95 0.71 0.22 344.53 0.91 0.41
Hex C7 9 3A 0 5F 47 16 159 5B 29
Octal 307 11 72 0 137 107 26 531 133 51
Binary 11000111 1001 111010 0 1011111 1000111 10110 101011001 1011011 101001

Color Harmonies of #C7093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7093A

Black with #C7093A

Text Example


Text Example

White with #C7093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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