Html Css Color HEX #C82F29 Persian Red

📋 copy color: '#C82F29'

red 200 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #C82F29

Tints of Persian Red #C82F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 69.44%
G = 16.32%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C82F29 (or 0xC82F29) is known color: Persian Red. HEX triplet: C8, 2F and 29. RGB value is (200,47,41). Sum of RGB (Red+Green+Blue) = 200+47+41=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F29 is #37D0D6. Grayscale: #5C5C5C. Windows color (decimal): -3657943 or 2699208. OLE color: 2699208.

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

Color convert

RGB 200 47 41 -
CMYK 0 0.76 0.80 0.22
HSL 2.26º 0.66% 0.47% -
HSV(B) 2.26º 0.8% 0.78% -
XYZ 25.24 14.47 3.56 -
YUV 92.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 200 47 41 0 0.76 0.80 0.22 2.26 0.66 0.47
Hex C8 2F 29 0 4C 50 16 2 42 2F
Octal 310 57 51 0 114 120 26 2 102 57
Binary 11001000 101111 101001 0 1001100 1010000 10110 10 1000010 101111

Color Harmonies of #C82F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F29

Black with #C82F29

Text Example


Text Example

White with #C82F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F29; }

 p { color: rgb(200,47,41); }

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

background-color css

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

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

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

border-color css

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

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

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