Html Css Color HEX #C23427 Persian Red

📋 copy color: '#C23427'

red 194 ◦ green 52 ◦ blue 39

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

Shades of Persian Red #C23427

Tints of Persian Red #C23427

RGB

 RED value IS 194 (76.17% from 255) = 68.07%

 GREEN value IS 52 (20.7% from 255) = 18.25%

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

R = 68.07%
G = 18.25%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23427 (or 0xC23427) is known color: Persian Red. HEX triplet: C2, 34 and 27. RGB value is (194,52,39). Sum of RGB (Red+Green+Blue) = 194+52+39=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C23427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23427 is #3DCBD8. Grayscale: #5D5D5D. Windows color (decimal): -4049881 or 2569410. OLE color: 2569410.

HSL color Cylindrical-coordinate representation of color #C23427: hue angle of 5.03º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23427 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 39 -
CMYK 0 0.73 0.80 0.24
HSL 5.03º 0.67% 0.46% -
HSV(B) 5.03º 0.8% 0.76% -
XYZ 23.84 14.07 3.38 -
YUV 92.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 194 52 39 0 0.73 0.80 0.24 5.03 0.67 0.46
Hex C2 34 27 0 49 50 18 5 43 2E
Octal 302 64 47 0 111 120 30 5 103 56
Binary 11000010 110100 100111 0 1001001 1010000 11000 101 1000011 101110

Color Harmonies of #C23427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23427

Black with #C23427

Text Example


Text Example

White with #C23427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23427; }

 p { color: rgb(194,52,39); }

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

background-color css

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

 a { background-color: rgb(194,52,39); }

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

border-color css

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

 span { border-color: rgb(194,52,39); }

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