Html Css Color HEX #C43827 Persian Red

📋 copy color: '#C43827'

red 196 ◦ green 56 ◦ blue 39

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

Shades of Persian Red #C43827

Tints of Persian Red #C43827

RGB

 RED value IS 196 (76.95% from 255) = 67.35%

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 67.35%
G = 19.24%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C43827 (or 0xC43827) is known color: Persian Red. HEX triplet: C4, 38 and 27. RGB value is (196,56,39). Sum of RGB (Red+Green+Blue) = 196+56+39=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C43827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43827 is #3BC7D8. Grayscale: #606060. Windows color (decimal): -3917785 or 2570436. OLE color: 2570436.

HSL color Cylindrical-coordinate representation of color #C43827: hue angle of 6.5º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43827 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 39 -
CMYK 0 0.71 0.80 0.23
HSL 6.5º 0.67% 0.46% -
HSV(B) 6.5º 0.8% 0.77% -
XYZ 24.55 14.71 3.47 -
YUV 95.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 196 56 39 0 0.71 0.80 0.23 6.5 0.67 0.46
Hex C4 38 27 0 47 50 17 6 43 2E
Octal 304 70 47 0 107 120 27 6 103 56
Binary 11000100 111000 100111 0 1000111 1010000 10111 110 1000011 101110

Color Harmonies of #C43827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43827

Black with #C43827

Text Example


Text Example

White with #C43827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43827; }

 p { color: rgb(196,56,39); }

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

background-color css

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

 a { background-color: rgb(196,56,39); }

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

border-color css

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

 span { border-color: rgb(196,56,39); }

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