Html Css Color HEX #C6382B Persian Red

📋 copy color: '#C6382B'

red 198 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #C6382B

Tints of Persian Red #C6382B

RGB

 RED value IS 198 (77.73% from 255) = 66.67%

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

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

R = 66.67%
G = 18.86%
B = 14.48%

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

#C6382B (or 0xC6382B) is known color: Persian Red. HEX triplet: C6, 38 and 2B. RGB value is (198,56,43). Sum of RGB (Red+Green+Blue) = 198+56+43=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6382B is #39C7D4. Grayscale: #616161. Windows color (decimal): -3786709 or 2832582. OLE color: 2832582.

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

Color convert

RGB 198 56 43 -
CMYK 0 0.72 0.78 0.22
HSL 5.03º 0.64% 0.47% -
HSV(B) 5.03º 0.78% 0.78% -
XYZ 25.14 15.01 3.86 -
YUV 96.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 198 56 43 0 0.72 0.78 0.22 5.03 0.64 0.47
Hex C6 38 2B 0 48 4E 16 5 40 2F
Octal 306 70 53 0 110 116 26 5 100 57
Binary 11000110 111000 101011 0 1001000 1001110 10110 101 1000000 101111

Color Harmonies of #C6382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6382B

Black with #C6382B

Text Example


Text Example

White with #C6382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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