Html Css Color HEX #C8382B Persian Red

📋 copy color: '#C8382B'

red 200 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #C8382B

Tints of Persian Red #C8382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 66.89%
G = 18.73%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8382B (or 0xC8382B) is known color: Persian Red. HEX triplet: C8, 38 and 2B. RGB value is (200,56,43). Sum of RGB (Red+Green+Blue) = 200+56+43=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8382B is #37C7D4. Grayscale: #616161. Windows color (decimal): -3655637 or 2832584. OLE color: 2832584.

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

Color convert

RGB 200 56 43 -
CMYK 0 0.72 0.78 0.22
HSL 4.97º 0.65% 0.48% -
HSV(B) 4.97º 0.79% 0.78% -
XYZ 25.67 15.28 3.88 -
YUV 97.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 200 56 43 0 0.72 0.78 0.22 4.97 0.65 0.48
Hex C8 38 2B 0 48 4E 16 5 41 30
Octal 310 70 53 0 110 116 26 5 101 60
Binary 11001000 111000 101011 0 1001000 1001110 10110 101 1000001 110000

Color Harmonies of #C8382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8382B

Black with #C8382B

Text Example


Text Example

White with #C8382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8382B; }

 p { color: rgb(200,56,43); }

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

background-color css

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

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

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

border-color css

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

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

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