Html Css Color HEX #C8382A Persian Red

📋 copy color: '#C8382A'

red 200 ◦ green 56 ◦ blue 42

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

Shades of Persian Red #C8382A

Tints of Persian Red #C8382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 67.11%
G = 18.79%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8382A (or 0xC8382A) is known color: Persian Red. HEX triplet: C8, 38 and 2A. RGB value is (200,56,42). Sum of RGB (Red+Green+Blue) = 200+56+42=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8382A is #37C7D5. Grayscale: #616161. Windows color (decimal): -3655638 or 2767048. OLE color: 2767048.

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

Color convert

RGB 200 56 42 -
CMYK 0 0.72 0.79 0.22
HSL 5.32º 0.65% 0.47% -
HSV(B) 5.32º 0.79% 0.78% -
XYZ 25.65 15.27 3.79 -
YUV 97.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 200 56 42 0 0.72 0.79 0.22 5.32 0.65 0.47
Hex C8 38 2A 0 48 4F 16 5 41 2F
Octal 310 70 52 0 110 117 26 5 101 57
Binary 11001000 111000 101010 0 1001000 1001111 10110 101 1000001 101111

Color Harmonies of #C8382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8382A

Black with #C8382A

Text Example


Text Example

White with #C8382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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