Html Css Color HEX #C83430 Persian Red

📋 copy color: '#C83430'

red 200 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #C83430

Tints of Persian Red #C83430

RGB

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

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

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

R = 66.67%
G = 17.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C83430 (or 0xC83430) is known color: Persian Red. HEX triplet: C8, 34 and 30. RGB value is (200,52,48). Sum of RGB (Red+Green+Blue) = 200+52+48=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C83430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83430 is #37CBCF. Grayscale: #5F5F5F. Windows color (decimal): -3656656 or 3159240. OLE color: 3159240.

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

Color convert

RGB 200 52 48 -
CMYK 0 0.74 0.76 0.22
HSL 1.58º 0.61% 0.49% -
HSV(B) 1.58º 0.76% 0.78% -
XYZ 25.58 14.95 4.33 -
YUV 95.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 200 52 48 0 0.74 0.76 0.22 1.58 0.61 0.49
Hex C8 34 30 0 4A 4C 16 2 3D 31
Octal 310 64 60 0 112 114 26 2 75 61
Binary 11001000 110100 110000 0 1001010 1001100 10110 10 111101 110001

Color Harmonies of #C83430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83430

Black with #C83430

Text Example


Text Example

White with #C83430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83430; }

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

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

background-color css

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

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

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

border-color css

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

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

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