Html Css Color HEX #CB433F Persian Red

📋 copy color: '#CB433F'

red 203 ◦ green 67 ◦ blue 63

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

Shades of Persian Red #CB433F

Tints of Persian Red #CB433F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 60.96%
G = 20.12%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB433F (or 0xCB433F) is known color: Persian Red. HEX triplet: CB, 43 and 3F. RGB value is (203,67,63). Sum of RGB (Red+Green+Blue) = 203+67+63=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB433F is #34BCC0. Grayscale: #6B6B6B. Windows color (decimal): -3456193 or 4146123. OLE color: 4146123.

HSL color Cylindrical-coordinate representation of color #CB433F: hue angle of 1.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB433F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 67 63 -
CMYK 0 0.67 0.69 0.20
HSL 1.71º 0.57% 0.52% -
HSV(B) 1.71º 0.69% 0.8% -
XYZ 27.53 17.07 6.55 -
YUV 107.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 203 67 63 0 0.67 0.69 0.20 1.71 0.57 0.52
Hex CB 43 3F 0 43 45 14 2 39 34
Octal 313 103 77 0 103 105 24 2 71 64
Binary 11001011 1000011 111111 0 1000011 1000101 10100 10 111001 110100

Color Harmonies of #CB433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB433F

Black with #CB433F

Text Example


Text Example

White with #CB433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB433F; }

 p { color: rgb(203,67,63); }

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

background-color css

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

 a { background-color: rgb(203,67,63); }

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

border-color css

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

 span { border-color: rgb(203,67,63); }

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