Html Css Color HEX #C82739 Cardinal

📋 copy color: '#C82739'

red 200 ◦ green 39 ◦ blue 57

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

Shades of Cardinal #C82739

Tints of Cardinal #C82739

RGB

 RED value IS 200 (78.52% from 255) = 67.57%

 GREEN value IS 39 (15.63% from 255) = 13.18%

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 67.57%
G = 13.18%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C82739 (or 0xC82739) is known color: Cardinal. HEX triplet: C8, 27 and 39. RGB value is (200,39,57). Sum of RGB (Red+Green+Blue) = 200+39+57=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C82739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82739 is #37D8C6. Grayscale: #595959. Windows color (decimal): -3659975 or 3745736. OLE color: 3745736.

HSL color Cylindrical-coordinate representation of color #C82739: hue angle of 353.29º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82739 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 57 -
CMYK 0 0.80 0.72 0.22
HSL 353.29º 0.67% 0.47% -
HSV(B) 353.29º 0.81% 0.78% -
XYZ 25.28 14.03 5.25 -
YUV 89.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 200 39 57 0 0.80 0.72 0.22 353.29 0.67 0.47
Hex C8 27 39 0 50 48 16 161 43 2F
Octal 310 47 71 0 120 110 26 541 103 57
Binary 11001000 100111 111001 0 1010000 1001000 10110 101100001 1000011 101111

Color Harmonies of #C82739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82739

Black with #C82739

Text Example


Text Example

White with #C82739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82739; }

 p { color: rgb(200,39,57); }

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

background-color css

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

 a { background-color: rgb(200,39,57); }

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

border-color css

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

 span { border-color: rgb(200,39,57); }

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