Html Css Color HEX #C62B27 Persian Red

📋 copy color: '#C62B27'

red 198 ◦ green 43 ◦ blue 39

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

Shades of Persian Red #C62B27

Tints of Persian Red #C62B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.36%

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

R = 70.71%
G = 15.36%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C62B27 (or 0xC62B27) is known color: Persian Red. HEX triplet: C6, 2B and 27. RGB value is (198,43,39). Sum of RGB (Red+Green+Blue) = 198+43+39=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B27 is #39D4D8. Grayscale: #595959. Windows color (decimal): -3790041 or 2567110. OLE color: 2567110.

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

Color convert

RGB 198 43 39 -
CMYK 0 0.78 0.80 0.22
HSL 1.51º 0.67% 0.46% -
HSV(B) 1.51º 0.8% 0.78% -
XYZ 24.52 13.88 3.31 -
YUV 88.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 198 43 39 0 0.78 0.80 0.22 1.51 0.67 0.46
Hex C6 2B 27 0 4E 50 16 2 43 2E
Octal 306 53 47 0 116 120 26 2 103 56
Binary 11000110 101011 100111 0 1001110 1010000 10110 10 1000011 101110

Color Harmonies of #C62B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B27

Black with #C62B27

Text Example


Text Example

White with #C62B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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