Html Css Color HEX #CB3A38 Persian Red

📋 copy color: '#CB3A38'

red 203 ◦ green 58 ◦ blue 56

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

Shades of Persian Red #CB3A38

Tints of Persian Red #CB3A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 64.04%
G = 18.3%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3A38 (or 0xCB3A38) is known color: Persian Red. HEX triplet: CB, 3A and 38. RGB value is (203,58,56). Sum of RGB (Red+Green+Blue) = 203+58+56=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A38 is #34C5C7. Grayscale: #656565. Windows color (decimal): -3458504 or 3685067. OLE color: 3685067.

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

Color convert

RGB 203 58 56 -
CMYK 0 0.71 0.72 0.20
HSL 0.82º 0.59% 0.51% -
HSV(B) 0.82º 0.72% 0.8% -
XYZ 26.86 16.01 5.42 -
YUV 101.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 203 58 56 0 0.71 0.72 0.20 0.82 0.59 0.51
Hex CB 3A 38 0 47 48 14 1 3B 33
Octal 313 72 70 0 107 110 24 1 73 63
Binary 11001011 111010 111000 0 1000111 1001000 10100 1 111011 110011

Color Harmonies of #CB3A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A38

Black with #CB3A38

Text Example


Text Example

White with #CB3A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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