Html Css Color HEX #CB392B Persian Red

📋 copy color: '#CB392B'

red 203 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #CB392B

Tints of Persian Red #CB392B

RGB

 RED value IS 203 (79.69% from 255) = 67%

 GREEN value IS 57 (22.66% from 255) = 18.81%

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 67%
G = 18.81%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB392B (or 0xCB392B) is known color: Persian Red. HEX triplet: CB, 39 and 2B. RGB value is (203,57,43). Sum of RGB (Red+Green+Blue) = 203+57+43=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB392B is #34C6D4. Grayscale: #636363. Windows color (decimal): -3458773 or 2832843. OLE color: 2832843.

HSL color Cylindrical-coordinate representation of color #CB392B: hue angle of 5.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB392B is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 43 -
CMYK 0 0.72 0.79 0.20
HSL 5.25º 0.65% 0.48% -
HSV(B) 5.25º 0.79% 0.8% -
XYZ 26.53 15.8 3.94 -
YUV 99.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 203 57 43 0 0.72 0.79 0.20 5.25 0.65 0.48
Hex CB 39 2B 0 48 4F 14 5 41 30
Octal 313 71 53 0 110 117 24 5 101 60
Binary 11001011 111001 101011 0 1001000 1001111 10100 101 1000001 110000

Color Harmonies of #CB392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB392B

Black with #CB392B

Text Example


Text Example

White with #CB392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB392B; }

 p { color: rgb(203,57,43); }

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

background-color css

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

 a { background-color: rgb(203,57,43); }

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

border-color css

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

 span { border-color: rgb(203,57,43); }

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