Html Css Color HEX #C72341 Cardinal

📋 copy color: '#C72341'

red 199 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #C72341

Tints of Cardinal #C72341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 66.56%
G = 11.71%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C72341 (or 0xC72341) is known color: Cardinal. HEX triplet: C7, 23 and 41. RGB value is (199,35,65). Sum of RGB (Red+Green+Blue) = 199+35+65=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C72341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72341 is #38DCBE. Grayscale: #575757. Windows color (decimal): -3726527 or 4268999. OLE color: 4268999.

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

Color convert

RGB 199 35 65 -
CMYK 0 0.82 0.67 0.22
HSL 349.02º 0.7% 0.46% -
HSV(B) 349.02º 0.82% 0.78% -
XYZ 25.11 13.73 6.33 -
YUV 87.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 199 35 65 0 0.82 0.67 0.22 349.02 0.7 0.46
Hex C7 23 41 0 52 43 16 15D 46 2E
Octal 307 43 101 0 122 103 26 535 106 56
Binary 11000111 100011 1000001 0 1010010 1000011 10110 101011101 1000110 101110

Color Harmonies of #C72341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72341

Black with #C72341

Text Example


Text Example

White with #C72341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72341; }

 p { color: rgb(199,35,65); }

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

background-color css

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

 a { background-color: rgb(199,35,65); }

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

border-color css

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

 span { border-color: rgb(199,35,65); }

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