Html Css Color HEX #C83429 Persian Red

📋 copy color: '#C83429'

red 200 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #C83429

Tints of Persian Red #C83429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 68.26%
G = 17.75%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C83429 (or 0xC83429) is known color: Persian Red. HEX triplet: C8, 34 and 29. RGB value is (200,52,41). Sum of RGB (Red+Green+Blue) = 200+52+41=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C83429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83429 is #37CBD6. Grayscale: #5F5F5F. Windows color (decimal): -3656663 or 2700488. OLE color: 2700488.

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

Color convert

RGB 200 52 41 -
CMYK 0 0.74 0.80 0.22
HSL 4.15º 0.66% 0.47% -
HSV(B) 4.15º 0.8% 0.78% -
XYZ 25.45 14.9 3.63 -
YUV 95 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 200 52 41 0 0.74 0.80 0.22 4.15 0.66 0.47
Hex C8 34 29 0 4A 50 16 4 42 2F
Octal 310 64 51 0 112 120 26 4 102 57
Binary 11001000 110100 101001 0 1001010 1010000 10110 100 1000010 101111

Color Harmonies of #C83429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83429

Black with #C83429

Text Example


Text Example

White with #C83429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83429; }

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

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

background-color css

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

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

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

border-color css

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

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

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