Html Css Color HEX #C62E27 Persian Red

📋 copy color: '#C62E27'

red 198 ◦ green 46 ◦ blue 39

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

Shades of Persian Red #C62E27

Tints of Persian Red #C62E27

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 69.96%
G = 16.25%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C62E27 (or 0xC62E27) is known color: Persian Red. HEX triplet: C6, 2E and 27. RGB value is (198,46,39). Sum of RGB (Red+Green+Blue) = 198+46+39=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E27 is #39D1D8. Grayscale: #5A5A5A. Windows color (decimal): -3789273 or 2567878. OLE color: 2567878.

HSL color Cylindrical-coordinate representation of color #C62E27: hue angle of 2.64º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62E27 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 46 39 -
CMYK 0 0.77 0.80 0.22
HSL 2.64º 0.67% 0.46% -
HSV(B) 2.64º 0.8% 0.78% -
XYZ 24.63 14.11 3.34 -
YUV 90.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 198 46 39 0 0.77 0.80 0.22 2.64 0.67 0.46
Hex C6 2E 27 0 4D 50 16 3 43 2E
Octal 306 56 47 0 115 120 26 3 103 56
Binary 11000110 101110 100111 0 1001101 1010000 10110 11 1000011 101110

Color Harmonies of #C62E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E27

Black with #C62E27

Text Example


Text Example

White with #C62E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E27; }

 p { color: rgb(198,46,39); }

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

background-color css

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

 a { background-color: rgb(198,46,39); }

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

border-color css

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

 span { border-color: rgb(198,46,39); }

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