Html Css Color HEX #C7183B Cardinal

📋 copy color: '#C7183B'

red 199 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #C7183B

Tints of Cardinal #C7183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 70.57%
G = 8.51%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7183B (or 0xC7183B) is known color: Cardinal. HEX triplet: C7, 18 and 3B. RGB value is (199,24,59). Sum of RGB (Red+Green+Blue) = 199+24+59=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7183B is #38E7C4. Grayscale: #505050. Windows color (decimal): -3729349 or 3872967. OLE color: 3872967.

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

Color convert

RGB 199 24 59 -
CMYK 0 0.88 0.70 0.22
HSL 348º 0.78% 0.44% -
HSV(B) 348º 0.88% 0.78% -
XYZ 24.67 13.11 5.37 -
YUV 80.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 199 24 59 0 0.88 0.70 0.22 348 0.78 0.44
Hex C7 18 3B 0 58 46 16 15C 4E 2C
Octal 307 30 73 0 130 106 26 534 116 54
Binary 11000111 11000 111011 0 1011000 1000110 10110 101011100 1001110 101100

Color Harmonies of #C7183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7183B

Black with #C7183B

Text Example


Text Example

White with #C7183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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