Html Css Color HEX #C83023 Persian Red

📋 copy color: '#C83023'

red 200 ◦ green 48 ◦ blue 35

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

Shades of Persian Red #C83023

Tints of Persian Red #C83023

RGB

 RED value IS 200 (78.52% from 255) = 70.67%

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

 BLUE value IS 35 (14.06% from 255) = 12.37%

R = 70.67%
G = 16.96%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83023 (or 0xC83023) is known color: Persian Red. HEX triplet: C8, 30 and 23. RGB value is (200,48,35). Sum of RGB (Red+Green+Blue) = 200+48+35=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C83023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83023 is #37CFDC. Grayscale: #5C5C5C. Windows color (decimal): -3657693 or 2306248. OLE color: 2306248.

HSL color Cylindrical-coordinate representation of color #C83023: hue angle of 4.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C83023 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 35 -
CMYK 0 0.76 0.82 0.22
HSL 4.73º 0.7% 0.46% -
HSV(B) 4.73º 0.83% 0.78% -
XYZ 25.18 14.51 3.06 -
YUV 91.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 200 48 35 0 0.76 0.82 0.22 4.73 0.7 0.46
Hex C8 30 23 0 4C 52 16 5 46 2E
Octal 310 60 43 0 114 122 26 5 106 56
Binary 11001000 110000 100011 0 1001100 1010010 10110 101 1000110 101110

Color Harmonies of #C83023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83023

Black with #C83023

Text Example


Text Example

White with #C83023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83023; }

 p { color: rgb(200,48,35); }

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

background-color css

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

 a { background-color: rgb(200,48,35); }

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

border-color css

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

 span { border-color: rgb(200,48,35); }

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