Html Css Color HEX #CF243D Cardinal

📋 copy color: '#CF243D'

red 207 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #CF243D

Tints of Cardinal #CF243D

RGB

 RED value IS 207 (81.25% from 255) = 68.09%

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 68.09%
G = 11.84%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF243D (or 0xCF243D) is known color: Cardinal. HEX triplet: CF, 24 and 3D. RGB value is (207,36,61). Sum of RGB (Red+Green+Blue) = 207+36+61=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF243D is #30DBC2. Grayscale: #5A5A5A. Windows color (decimal): -3201987 or 4007119. OLE color: 4007119.

HSL color Cylindrical-coordinate representation of color #CF243D: hue angle of 351.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF243D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 61 -
CMYK 0 0.83 0.71 0.19
HSL 351.23º 0.7% 0.48% -
HSV(B) 351.23º 0.83% 0.81% -
XYZ 27.21 14.86 5.85 -
YUV 89.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 207 36 61 0 0.83 0.71 0.19 351.23 0.7 0.48
Hex CF 24 3D 0 53 47 13 15F 46 30
Octal 317 44 75 0 123 107 23 537 106 60
Binary 11001111 100100 111101 0 1010011 1000111 10011 101011111 1000110 110000

Color Harmonies of #CF243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF243D

Black with #CF243D

Text Example


Text Example

White with #CF243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF243D; }

 p { color: rgb(207,36,61); }

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

background-color css

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

 a { background-color: rgb(207,36,61); }

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

border-color css

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

 span { border-color: rgb(207,36,61); }

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