Html Css Color HEX #C82733 Cardinal

📋 copy color: '#C82733'

red 200 ◦ green 39 ◦ blue 51

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

Shades of Cardinal #C82733

Tints of Cardinal #C82733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 68.97%
G = 13.45%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C82733 (or 0xC82733) is known color: Cardinal. HEX triplet: C8, 27 and 33. RGB value is (200,39,51). Sum of RGB (Red+Green+Blue) = 200+39+51=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82733 is #37D8CC. Grayscale: #585858. Windows color (decimal): -3659981 or 3352520. OLE color: 3352520.

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

Color convert

RGB 200 39 51 -
CMYK 0 0.80 0.74 0.22
HSL 355.53º 0.67% 0.47% -
HSV(B) 355.53º 0.81% 0.78% -
XYZ 25.14 13.97 4.5 -
YUV 88.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 200 39 51 0 0.80 0.74 0.22 355.53 0.67 0.47
Hex C8 27 33 0 50 4A 16 164 43 2F
Octal 310 47 63 0 120 112 26 544 103 57
Binary 11001000 100111 110011 0 1010000 1001010 10110 101100100 1000011 101111

Color Harmonies of #C82733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82733

Black with #C82733

Text Example


Text Example

White with #C82733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82733; }

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

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

background-color css

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

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

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

border-color css

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

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

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