Html Css Color HEX #C62F29 Persian Red

📋 copy color: '#C62F29'

red 198 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #C62F29

Tints of Persian Red #C62F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 69.23%
G = 16.43%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C62F29 (or 0xC62F29) is known color: Persian Red. HEX triplet: C6, 2F and 29. RGB value is (198,47,41). Sum of RGB (Red+Green+Blue) = 198+47+41=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F29 is #39D0D6. Grayscale: #5B5B5B. Windows color (decimal): -3789015 or 2699206. OLE color: 2699206.

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

Color convert

RGB 198 47 41 -
CMYK 0 0.76 0.79 0.22
HSL 2.29º 0.66% 0.47% -
HSV(B) 2.29º 0.79% 0.78% -
XYZ 24.71 14.2 3.54 -
YUV 91.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 198 47 41 0 0.76 0.79 0.22 2.29 0.66 0.47
Hex C6 2F 29 0 4C 4F 16 2 42 2F
Octal 306 57 51 0 114 117 26 2 102 57
Binary 11000110 101111 101001 0 1001100 1001111 10110 10 1000010 101111

Color Harmonies of #C62F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F29

Black with #C62F29

Text Example


Text Example

White with #C62F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F29; }

 p { color: rgb(198,47,41); }

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

background-color css

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

 a { background-color: rgb(198,47,41); }

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

border-color css

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

 span { border-color: rgb(198,47,41); }

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