Html Css Color HEX #CB382D Persian Red

📋 copy color: '#CB382D'

red 203 ◦ green 56 ◦ blue 45

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

Shades of Persian Red #CB382D

Tints of Persian Red #CB382D

RGB

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

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

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

R = 66.78%
G = 18.42%
B = 14.8%

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

#CB382D (or 0xCB382D) is known color: Persian Red. HEX triplet: CB, 38 and 2D. RGB value is (203,56,45). Sum of RGB (Red+Green+Blue) = 203+56+45=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB382D is #34C7D2. Grayscale: #626262. Windows color (decimal): -3459027 or 2963659. OLE color: 2963659.

HSL color Cylindrical-coordinate representation of color #CB382D: hue angle of 4.18º 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 #CB382D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 56 45 -
CMYK 0 0.72 0.78 0.20
HSL 4.18º 0.64% 0.49% -
HSV(B) 4.18º 0.78% 0.8% -
XYZ 26.52 15.71 4.12 -
YUV 98.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 203 56 45 0 0.72 0.78 0.20 4.18 0.64 0.49
Hex CB 38 2D 0 48 4E 14 4 40 31
Octal 313 70 55 0 110 116 24 4 100 61
Binary 11001011 111000 101101 0 1001000 1001110 10100 100 1000000 110001

Color Harmonies of #CB382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB382D

Black with #CB382D

Text Example


Text Example

White with #CB382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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