Html Css Color HEX #CB392D Persian Red

📋 copy color: '#CB392D'

red 203 ◦ green 57 ◦ blue 45

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

Shades of Persian Red #CB392D

Tints of Persian Red #CB392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 66.56%
G = 18.69%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB392D (or 0xCB392D) is known color: Persian Red. HEX triplet: CB, 39 and 2D. RGB value is (203,57,45). Sum of RGB (Red+Green+Blue) = 203+57+45=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB392D is #34C6D2. Grayscale: #636363. Windows color (decimal): -3458771 or 2963915. OLE color: 2963915.

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

Color convert

RGB 203 57 45 -
CMYK 0 0.72 0.78 0.20
HSL 4.56º 0.64% 0.49% -
HSV(B) 4.56º 0.78% 0.8% -
XYZ 26.57 15.81 4.13 -
YUV 99.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 203 57 45 0 0.72 0.78 0.20 4.56 0.64 0.49
Hex CB 39 2D 0 48 4E 14 5 40 31
Octal 313 71 55 0 110 116 24 5 100 61
Binary 11001011 111001 101101 0 1001000 1001110 10100 101 1000000 110001

Color Harmonies of #CB392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB392D

Black with #CB392D

Text Example


Text Example

White with #CB392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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