Html Css Color HEX #C62A27 Persian Red

📋 copy color: '#C62A27'

red 198 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #C62A27

Tints of Persian Red #C62A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.05%

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

R = 70.97%
G = 15.05%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C62A27 (or 0xC62A27) is known color: Persian Red. HEX triplet: C6, 2A and 27. RGB value is (198,42,39). Sum of RGB (Red+Green+Blue) = 198+42+39=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62A27 is #39D5D8. Grayscale: #585858. Windows color (decimal): -3790297 or 2566854. OLE color: 2566854.

HSL color Cylindrical-coordinate representation of color #C62A27: hue angle of 1.13º 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 #C62A27 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 42 39 -
CMYK 0 0.79 0.80 0.22
HSL 1.13º 0.67% 0.46% -
HSV(B) 1.13º 0.8% 0.78% -
XYZ 24.48 13.81 3.29 -
YUV 88.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 198 42 39 0 0.79 0.80 0.22 1.13 0.67 0.46
Hex C6 2A 27 0 4F 50 16 1 43 2E
Octal 306 52 47 0 117 120 26 1 103 56
Binary 11000110 101010 100111 0 1001111 1010000 10110 1 1000011 101110

Color Harmonies of #C62A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A27

Black with #C62A27

Text Example


Text Example

White with #C62A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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