Html Css Color HEX #CD233F Cardinal

📋 copy color: '#CD233F'

red 205 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #CD233F

Tints of Cardinal #CD233F

RGB

 RED value IS 205 (80.47% from 255) = 67.66%

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 67.66%
G = 11.55%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD233F (or 0xCD233F) is known color: Cardinal. HEX triplet: CD, 23 and 3F. RGB value is (205,35,63). Sum of RGB (Red+Green+Blue) = 205+35+63=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD233F is #32DCC0. Grayscale: #595959. Windows color (decimal): -3333313 or 4137933. OLE color: 4137933.

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

Color convert

RGB 205 35 63 -
CMYK 0 0.83 0.69 0.20
HSL 350.12º 0.71% 0.47% -
HSV(B) 350.12º 0.83% 0.8% -
XYZ 26.68 14.54 6.1 -
YUV 89.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 205 35 63 0 0.83 0.69 0.20 350.12 0.71 0.47
Hex CD 23 3F 0 53 45 14 15E 47 2F
Octal 315 43 77 0 123 105 24 536 107 57
Binary 11001101 100011 111111 0 1010011 1000101 10100 101011110 1000111 101111

Color Harmonies of #CD233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD233F

Black with #CD233F

Text Example


Text Example

White with #CD233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD233F; }

 p { color: rgb(205,35,63); }

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

background-color css

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

 a { background-color: rgb(205,35,63); }

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

border-color css

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

 span { border-color: rgb(205,35,63); }

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