Html Css Color HEX #C62D2A Persian Red

📋 copy color: '#C62D2A'

red 198 ◦ green 45 ◦ blue 42

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

Shades of Persian Red #C62D2A

Tints of Persian Red #C62D2A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

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

R = 69.47%
G = 15.79%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C62D2A (or 0xC62D2A) is known color: Persian Red. HEX triplet: C6, 2D and 2A. RGB value is (198,45,42). Sum of RGB (Red+Green+Blue) = 198+45+42=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D2A is #39D2D5. Grayscale: #5A5A5A. Windows color (decimal): -3789526 or 2764230. OLE color: 2764230.

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

Color convert

RGB 198 45 42 -
CMYK 0 0.77 0.79 0.22
HSL 1.15º 0.65% 0.47% -
HSV(B) 1.15º 0.79% 0.78% -
XYZ 24.65 14.05 3.6 -
YUV 90.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 198 45 42 0 0.77 0.79 0.22 1.15 0.65 0.47
Hex C6 2D 2A 0 4D 4F 16 1 41 2F
Octal 306 55 52 0 115 117 26 1 101 57
Binary 11000110 101101 101010 0 1001101 1001111 10110 1 1000001 101111

Color Harmonies of #C62D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D2A

Black with #C62D2A

Text Example


Text Example

White with #C62D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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