Html Css Color HEX #C7263A Cardinal

📋 copy color: '#C7263A'

red 199 ◦ green 38 ◦ blue 58

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

Shades of Cardinal #C7263A

Tints of Cardinal #C7263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 67.46%
G = 12.88%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7263A (or 0xC7263A) is known color: Cardinal. HEX triplet: C7, 26 and 3A. RGB value is (199,38,58). Sum of RGB (Red+Green+Blue) = 199+38+58=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7263A is #38D9C5. Grayscale: #585858. Windows color (decimal): -3725766 or 3811015. OLE color: 3811015.

HSL color Cylindrical-coordinate representation of color #C7263A: hue angle of 352.55º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7263A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 58 -
CMYK 0 0.81 0.71 0.22
HSL 352.55º 0.68% 0.46% -
HSV(B) 352.55º 0.81% 0.78% -
XYZ 25.01 13.83 5.36 -
YUV 88.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 199 38 58 0 0.81 0.71 0.22 352.55 0.68 0.46
Hex C7 26 3A 0 51 47 16 161 44 2E
Octal 307 46 72 0 121 107 26 541 104 56
Binary 11000111 100110 111010 0 1010001 1000111 10110 101100001 1000100 101110

Color Harmonies of #C7263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7263A

Black with #C7263A

Text Example


Text Example

White with #C7263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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