Html Css Color HEX #C83428 Persian Red

📋 copy color: '#C83428'

red 200 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #C83428

Tints of Persian Red #C83428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 68.49%
G = 17.81%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C83428 (or 0xC83428) is known color: Persian Red. HEX triplet: C8, 34 and 28. RGB value is (200,52,40). Sum of RGB (Red+Green+Blue) = 200+52+40=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C83428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83428 is #37CBD7. Grayscale: #5F5F5F. Windows color (decimal): -3656664 or 2634952. OLE color: 2634952.

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

Color convert

RGB 200 52 40 -
CMYK 0 0.74 0.8 0.22
HSL 4.5º 0.67% 0.47% -
HSV(B) 4.5º 0.8% 0.78% -
XYZ 25.43 14.89 3.54 -
YUV 94.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 200 52 40 0 0.74 0.8 0.22 4.5 0.67 0.47
Hex C8 34 28 0 4A 50 16 4 43 2F
Octal 310 64 50 0 112 120 26 4 103 57
Binary 11001000 110100 101000 0 1001010 1010000 10110 100 1000011 101111

Color Harmonies of #C83428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83428

Black with #C83428

Text Example


Text Example

White with #C83428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83428; }

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

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

background-color css

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

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

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

border-color css

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

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

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