Html Css Color HEX #C82D2D Persian Red

📋 copy color: '#C82D2D'

red 200 ◦ green 45 ◦ blue 45

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

Shades of Persian Red #C82D2D

Tints of Persian Red #C82D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.52%

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 68.97%
G = 15.52%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C82D2D (or 0xC82D2D) is known color: Persian Red. HEX triplet: C8, 2D and 2D. RGB value is (200,45,45). Sum of RGB (Red+Green+Blue) = 200+45+45=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D2D is #37D2D2. Grayscale: #5B5B5B. Windows color (decimal): -3658451 or 2960840. OLE color: 2960840.

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

Color convert

RGB 200 45 45 -
CMYK 0 0.78 0.78 0.22
HSL 0.63% 0.48% -
HSV(B) 0.78% 0.78% -
XYZ 25.23 14.35 3.92 -
YUV 91.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 200 45 45 0 0.78 0.78 0.22 0 0.63 0.48
Hex C8 2D 2D 0 4E 4E 16 0 3F 30
Octal 310 55 55 0 116 116 26 0 77 60
Binary 11001000 101101 101101 0 1001110 1001110 10110 0 111111 110000

Color Harmonies of #C82D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D2D

Black with #C82D2D

Text Example


Text Example

White with #C82D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D2D; }

 p { color: rgb(200,45,45); }

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

background-color css

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

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

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

border-color css

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

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

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