Html Css Color HEX #C82341 Cardinal

📋 copy color: '#C82341'

red 200 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #C82341

Tints of Cardinal #C82341

RGB

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

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

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

R = 66.67%
G = 11.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C82341 (or 0xC82341) is known color: Cardinal. HEX triplet: C8, 23 and 41. RGB value is (200,35,65). Sum of RGB (Red+Green+Blue) = 200+35+65=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C82341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82341 is #37DCBE. Grayscale: #575757. Windows color (decimal): -3660991 or 4269000. OLE color: 4269000.

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

Color convert

RGB 200 35 65 -
CMYK 0 0.82 0.68 0.22
HSL 349.09º 0.7% 0.46% -
HSV(B) 349.09º 0.83% 0.78% -
XYZ 25.37 13.86 6.34 -
YUV 87.76 115.16 208.06 -
System Red Green Blue C M Y K H S L
Decimal 200 35 65 0 0.82 0.68 0.22 349.09 0.7 0.46
Hex C8 23 41 0 52 44 16 15D 46 2E
Octal 310 43 101 0 122 104 26 535 106 56
Binary 11001000 100011 1000001 0 1010010 1000100 10110 101011101 1000110 101110

Color Harmonies of #C82341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82341

Black with #C82341

Text Example


Text Example

White with #C82341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82341; }

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

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

background-color css

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

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

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

border-color css

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

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

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