Html Css Color HEX #C8382F Persian Red

📋 copy color: '#C8382F'

red 200 ◦ green 56 ◦ blue 47

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

Shades of Persian Red #C8382F

Tints of Persian Red #C8382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 66.01%
G = 18.48%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8382F (or 0xC8382F) is known color: Persian Red. HEX triplet: C8, 38 and 2F. RGB value is (200,56,47). Sum of RGB (Red+Green+Blue) = 200+56+47=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C8382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8382F is #37C7D0. Grayscale: #626262. Windows color (decimal): -3655633 or 3094728. OLE color: 3094728.

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

Color convert

RGB 200 56 47 -
CMYK 0 0.72 0.76 0.22
HSL 3.53º 0.62% 0.48% -
HSV(B) 3.53º 0.77% 0.78% -
XYZ 25.75 15.31 4.29 -
YUV 98.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 200 56 47 0 0.72 0.76 0.22 3.53 0.62 0.48
Hex C8 38 2F 0 48 4C 16 4 3E 30
Octal 310 70 57 0 110 114 26 4 76 60
Binary 11001000 111000 101111 0 1001000 1001100 10110 100 111110 110000

Color Harmonies of #C8382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8382F

Black with #C8382F

Text Example


Text Example

White with #C8382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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