Html Css Color HEX #C03427 Persian Red

📋 copy color: '#C03427'

red 192 ◦ green 52 ◦ blue 39

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

Shades of Persian Red #C03427

Tints of Persian Red #C03427

RGB

 RED value IS 192 (75.39% from 255) = 67.84%

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

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

R = 67.84%
G = 18.37%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03427 (or 0xC03427) is known color: Persian Red. HEX triplet: C0, 34 and 27. RGB value is (192,52,39). Sum of RGB (Red+Green+Blue) = 192+52+39=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C03427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03427 is #3FCBD8. Grayscale: #5C5C5C. Windows color (decimal): -4180953 or 2569408. OLE color: 2569408.

HSL color Cylindrical-coordinate representation of color #C03427: hue angle of 5.1º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03427 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 39 -
CMYK 0 0.73 0.80 0.25
HSL 5.1º 0.66% 0.45% -
HSV(B) 5.1º 0.8% 0.75% -
XYZ 23.33 13.81 3.36 -
YUV 92.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 192 52 39 0 0.73 0.80 0.25 5.1 0.66 0.45
Hex C0 34 27 0 49 50 19 5 42 2D
Octal 300 64 47 0 111 120 31 5 102 55
Binary 11000000 110100 100111 0 1001001 1010000 11001 101 1000010 101101

Color Harmonies of #C03427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03427

Black with #C03427

Text Example


Text Example

White with #C03427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03427; }

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

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

background-color css

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

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

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

border-color css

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

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

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