Html Css Color HEX #C92F29 Persian Red

📋 copy color: '#C92F29'

red 201 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #C92F29

Tints of Persian Red #C92F29

RGB

 RED value IS 201 (78.91% from 255) = 69.55%

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

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

R = 69.55%
G = 16.26%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C92F29 (or 0xC92F29) is known color: Persian Red. HEX triplet: C9, 2F and 29. RGB value is (201,47,41). Sum of RGB (Red+Green+Blue) = 201+47+41=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F29 is #36D0D6. Grayscale: #5C5C5C. Windows color (decimal): -3592407 or 2699209. OLE color: 2699209.

HSL color Cylindrical-coordinate representation of color #C92F29: hue angle of 2.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92F29 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 47 41 -
CMYK 0 0.77 0.80 0.21
HSL 2.25º 0.66% 0.47% -
HSV(B) 2.25º 0.8% 0.79% -
XYZ 25.5 14.61 3.57 -
YUV 92.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 201 47 41 0 0.77 0.80 0.21 2.25 0.66 0.47
Hex C9 2F 29 0 4D 50 15 2 42 2F
Octal 311 57 51 0 115 120 25 2 102 57
Binary 11001001 101111 101001 0 1001101 1010000 10101 10 1000010 101111

Color Harmonies of #C92F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92F29

Black with #C92F29

Text Example


Text Example

White with #C92F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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