Html Css Color HEX #C23830 Persian Red

📋 copy color: '#C23830'

red 194 ◦ green 56 ◦ blue 48

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

Shades of Persian Red #C23830

Tints of Persian Red #C23830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.79%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 65.1%
G = 18.79%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C23830 (or 0xC23830) is known color: Persian Red. HEX triplet: C2, 38 and 30. RGB value is (194,56,48). Sum of RGB (Red+Green+Blue) = 194+56+48=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23830 is #3DC7CF. Grayscale: #606060. Windows color (decimal): -4048848 or 3160258. OLE color: 3160258.

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

Color convert

RGB 194 56 48 -
CMYK 0 0.71 0.75 0.24
HSL 3.29º 0.6% 0.47% -
HSV(B) 3.29º 0.75% 0.76% -
XYZ 24.2 14.51 4.32 -
YUV 96.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 194 56 48 0 0.71 0.75 0.24 3.29 0.6 0.47
Hex C2 38 30 0 47 4B 18 3 3C 2F
Octal 302 70 60 0 107 113 30 3 74 57
Binary 11000010 111000 110000 0 1000111 1001011 11000 11 111100 101111

Color Harmonies of #C23830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23830

Black with #C23830

Text Example


Text Example

White with #C23830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23830; }

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

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

background-color css

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

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

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

border-color css

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

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

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