Html Css Color HEX #C82330 Cardinal

📋 copy color: '#C82330'

red 200 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #C82330

Tints of Cardinal #C82330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 70.67%
G = 12.37%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C82330 (or 0xC82330) is known color: Cardinal. HEX triplet: C8, 23 and 30. RGB value is (200,35,48). Sum of RGB (Red+Green+Blue) = 200+35+48=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C82330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82330 is #37DCCF. Grayscale: #555555. Windows color (decimal): -3661008 or 3154888. OLE color: 3154888.

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

Color convert

RGB 200 35 48 -
CMYK 0 0.82 0.76 0.22
HSL 355.27º 0.7% 0.46% -
HSV(B) 355.27º 0.83% 0.78% -
XYZ 24.95 13.69 4.12 -
YUV 85.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 200 35 48 0 0.82 0.76 0.22 355.27 0.7 0.46
Hex C8 23 30 0 52 4C 16 163 46 2E
Octal 310 43 60 0 122 114 26 543 106 56
Binary 11001000 100011 110000 0 1010010 1001100 10110 101100011 1000110 101110

Color Harmonies of #C82330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82330

Black with #C82330

Text Example


Text Example

White with #C82330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82330; }

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

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

background-color css

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

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

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

border-color css

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

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

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