Html Css Color HEX #C83626 Persian Red

📋 copy color: '#C83626'

red 200 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #C83626

Tints of Persian Red #C83626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 68.49%
G = 18.49%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C83626 (or 0xC83626) is known color: Persian Red. HEX triplet: C8, 36 and 26. RGB value is (200,54,38). Sum of RGB (Red+Green+Blue) = 200+54+38=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C83626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83626 is #37C9D9. Grayscale: #606060. Windows color (decimal): -3656154 or 2504392. OLE color: 2504392.

HSL color Cylindrical-coordinate representation of color #C83626: hue angle of 5.93º degrees, saturation: 0.68, 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 #C83626 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 54 38 -
CMYK 0 0.73 0.81 0.22
HSL 5.93º 0.68% 0.47% -
HSV(B) 5.93º 0.81% 0.78% -
XYZ 25.49 15.06 3.4 -
YUV 95.83 95.37 202.3 -
System Red Green Blue C M Y K H S L
Decimal 200 54 38 0 0.73 0.81 0.22 5.93 0.68 0.47
Hex C8 36 26 0 49 51 16 6 44 2F
Octal 310 66 46 0 111 121 26 6 104 57
Binary 11001000 110110 100110 0 1001001 1010001 10110 110 1000100 101111

Color Harmonies of #C83626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83626

Black with #C83626

Text Example


Text Example

White with #C83626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83626; }

 p { color: rgb(200,54,38); }

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

background-color css

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

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

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

border-color css

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

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

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