Html Css Color HEX #C63023 Persian Red

📋 copy color: '#C63023'

red 198 ◦ green 48 ◦ blue 35

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

Shades of Persian Red #C63023

Tints of Persian Red #C63023

RGB

 RED value IS 198 (77.73% from 255) = 70.46%

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

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

R = 70.46%
G = 17.08%
B = 12.46%

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

#C63023 (or 0xC63023) is known color: Persian Red. HEX triplet: C6, 30 and 23. RGB value is (198,48,35). Sum of RGB (Red+Green+Blue) = 198+48+35=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C63023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63023 is #39CFDC. Grayscale: #5B5B5B. Windows color (decimal): -3788765 or 2306246. OLE color: 2306246.

HSL color Cylindrical-coordinate representation of color #C63023: hue angle of 4.79º 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 #C63023 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 35 -
CMYK 0 0.76 0.82 0.22
HSL 4.79º 0.7% 0.46% -
HSV(B) 4.79º 0.82% 0.78% -
XYZ 24.65 14.24 3.04 -
YUV 91.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 198 48 35 0 0.76 0.82 0.22 4.79 0.7 0.46
Hex C6 30 23 0 4C 52 16 5 46 2E
Octal 306 60 43 0 114 122 26 5 106 56
Binary 11000110 110000 100011 0 1001100 1010010 10110 101 1000110 101110

Color Harmonies of #C63023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63023

Black with #C63023

Text Example


Text Example

White with #C63023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63023; }

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

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

background-color css

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

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

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

border-color css

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

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

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