Html Css Color HEX #C23028 Persian Red

📋 copy color: '#C23028'

red 194 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #C23028

Tints of Persian Red #C23028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 68.79%
G = 17.02%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23028 (or 0xC23028) is known color: Persian Red. HEX triplet: C2, 30 and 28. RGB value is (194,48,40). Sum of RGB (Red+Green+Blue) = 194+48+40=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C23028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23028 is #3DCFD7. Grayscale: #5A5A5A. Windows color (decimal): -4050904 or 2633922. OLE color: 2633922.

HSL color Cylindrical-coordinate representation of color #C23028: hue angle of 3.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C23028 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 40 -
CMYK 0 0.75 0.79 0.24
HSL 3.12º 0.66% 0.46% -
HSV(B) 3.12º 0.79% 0.76% -
XYZ 23.69 13.74 3.41 -
YUV 90.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 194 48 40 0 0.75 0.79 0.24 3.12 0.66 0.46
Hex C2 30 28 0 4B 4F 18 3 42 2E
Octal 302 60 50 0 113 117 30 3 102 56
Binary 11000010 110000 101000 0 1001011 1001111 11000 11 1000010 101110

Color Harmonies of #C23028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23028

Black with #C23028

Text Example


Text Example

White with #C23028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23028; }

 p { color: rgb(194,48,40); }

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

background-color css

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

 a { background-color: rgb(194,48,40); }

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

border-color css

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

 span { border-color: rgb(194,48,40); }

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